w:webSettings
Web Page Settings
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_WebSettings
Properties: Global, Qualified
Content
- Sequence [1..1]
- w:frameset [0..1] Root Frameset Definition
- w:divs [0..1] Information about HTML div Elements
- w:encoding [0..1] Output Encoding When Saving as Web Page
- w:optimizeForBrowser [0..1] Disable Features Not Supported by Target Web Browser
- w:relyOnVML [0..1] Utilize VML When Saving as Web Page
- w:allowPNG [0..1] Allow PNG as Graphic Format
- w:doNotRelyOnCSS [0..1] Do Not Rely on CSS for Font Face Formatting
- w:doNotSaveAsSingleFile [0..1] Recommend Web Page Format over Single File Web Page Format
- w:doNotOrganizeInFolder [0..1] Do Not Place Supporting Files in Subdirectory
- w:doNotUseLongFileNames [0..1] Do Not Use File Names Longer than 8.3 Characters
- w:pixelsPerInch [0..1] Pixels per Inch for Graphics/Images
- w:targetScreenSz [0..1] Target Screen Size for Web Page
- w:saveSmartTagsAsXml [0..1] Save Smart Tag Data in XML Property Bag
Attributes
None
Sample instance
<w:webSettings> <w:frameset> <w:sz w:val="string"/> <w:framesetSplitbar> <w:w w:val="1"/> <w:color w:val=""/> <w:noBorder/> <w:flatBorders/> </w:framesetSplitbar> <w:frameLayout w:val="rows"/> <w:frameset> <w:sz w:val="string"/> <w:framesetSplitbar>... </w:framesetSplitbar> <w:frameLayout w:val="rows"/> <w:frameset>... </w:frameset> </w:frameset> </w:frameset> <w:divs> <w:div w:id="1"> <w:blockQuote/> <w:bodyDiv/> <w:marLeft w:val="1"/> <w:marRight w:val="1"/> <w:marTop w:val="1"/> <w:marBottom w:val="1"/> <w:divBdr>... </w:divBdr> <w:divsChild>... </w:divsChild> </w:div> </w:divs> <w:encoding w:val="string"/> <w:optimizeForBrowser/> <w:relyOnVML/> <w:allowPNG/> <w:doNotRelyOnCSS/> <w:doNotSaveAsSingleFile/> <w:doNotOrganizeInFolder/> <w:doNotUseLongFileNames/> <w:pixelsPerInch w:val="1"/> <w:targetScreenSz w:val="544x376"/> <w:saveSmartTagsAsXml/> </w:webSettings>