17.15.2 Web Page Settings
The next group of settings stored in WordprocessingML is web page settings. These settings specify two categories of settings:
- Settings which are related to HTML documents (i.e. frameset definitions) that can be used in
- WordprocessingML documents as well
- All settings which affect how this document shall be handled when it is saved as HTML. Actually saving a
- document as HTML is outside of the scope of ISO/IEC 29500, but in order to ensure the maximum
- interoperability between a WordprocessingML document and an HTML document, settings not explicitly
- stored elsewhere are stored in these settings.
[Example: Consider the following WordprocessingML fragment for the web page settings in a WordprocessingML document:
<w:webSettings>
<w:frameset>
…
</w:frameset>
<w:doNotUseLongFileNames w:val="true" />
</w:webSettings>
The webSettings element contains all of the web page settings for this document. In this case, the web page settings specified for this document are: a frameset defined using the frameset element (17.15.2.19); and a setting specifying that when this file is saved as a web page, all resulting files must not exceed 8 octets with 3 octet extension using the doNotUseLongFileNames element (17.15.2.13). end example]
Subsections
- 17.15.2.1 allowPNG
- 17.15.2.2 blockQuote
- 17.15.2.3 bodyDiv
- 17.15.2.4 bottom
- 17.15.2.5 color
- 17.15.2.6 div
- 17.15.2.7 divBdr
- 17.15.2.8 divs
- 17.15.2.9 divsChild
- 17.15.2.10 doNotOrganizeInFolder
- 17.15.2.11 doNotRelyOnCSS
- 17.15.2.12 doNotSaveAsSingleFile
- 17.15.2.13 doNotUseLongFileNames
- 17.15.2.14 encoding
- 17.15.2.15 flatBorders
- 17.15.2.16 frame
- 17.15.2.17 frameLayout
- 17.15.2.18 frameset
- 17.15.2.19 frameset
- 17.15.2.20 framesetSplitbar
- 17.15.2.21 left
- 17.15.2.22 linkedToFile
- 17.15.2.23 longDesc
- 17.15.2.24 marBottom
- 17.15.2.25 marH
- 17.15.2.26 marLeft
- 17.15.2.27 marRight
- 17.15.2.28 marTop
- 17.15.2.29 marW
- 17.15.2.30 name
- 17.15.2.31 noBorder
- 17.15.2.32 noResizeAllowed
- 17.15.2.33 optimizeForBrowser
- 17.15.2.34 pixelsPerInch
- 17.15.2.35 right
- 17.15.2.36 saveSmartTagsAsXml
- 17.15.2.37 scrollbar
- 17.15.2.38 sourceFileName
- 17.15.2.39 sz
- 17.15.2.40 sz
- 17.15.2.41 targetScreenSz
- 17.15.2.42 title
- 17.15.2.43 top
- 17.15.2.44 w
- 17.15.2.45 webSettings
Last updated on