[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
This element specifies all general output properties that pertain to generating a web format version of the presentation document.
Parent Elements |
presentationPr (§4.3.1.25) |
Child Elements |
Subclause |
extLst (Extension List) |
§4.2.5 |
Attributes |
Description |
allowPng (Allow PNG in HTML output) |
Specifies whether to allow the output of PNG format pictures in the HTML document.
The possible values for this attribute are defined by the XML Schema boolean datatype. |
clr (Slide Navigation Colors for HTML output) |
Specifies the color constraints that are to be used when generating HTML output.
The possible values for this attribute are defined by the ST_WebColorType simple type (§4.8.60). |
encoding (Encoding for HTML output) |
Specifies the particular HTML character set encoding that should be used when generating output.
The possible values for this attribute are defined by the ST_WebEncoding simple type (§4.8.61). |
imgSz (Image size for HTML output) |
Specifies the screen size for which the images in the HTML output should be optimized.
The possible values for this attribute are defined by the ST_WebScreenSize simple type (§4.8.62). |
organizeInFolders (Organize HTML output in folders) |
Specifies whether the supporting output files should be automatically organized into a folder.
The possible values for this attribute are defined by the XML Schema boolean datatype. |
relyOnVml (Rely on VML for HTML output) |
Specifies whether graphics should be output in VML within the HTML.
The possible values for this attribute are defined by the XML Schema boolean datatype. |
resizeGraphics (Resize graphics in HTML output) |
Specifies whether to resize graphics to fit within the browser window when generating the HTML output.
The possible values for this attribute are defined by the XML Schema boolean datatype. |
showAnimation (Show animation in HTML output) |
Specifies whether to show presentation animation in the HTML output file.
The possible values for this attribute are defined by the XML Schema boolean datatype. |
useLongFilenames (Use long file names in HTML output) |
Specifies whether to allow the use of long file names when generating the HTML output.
The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_WebProperties">
<sequence>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="showAnimation" type="xsd:boolean" use="optional" default="false"/>
<attribute name="resizeGraphics" type="xsd:boolean" use="optional" default="true"/>
<attribute name="allowPng" type="xsd:boolean" use="optional" default="false"/>
<attribute name="relyOnVml" type="xsd:boolean" use="optional" default="false"/>
<attribute name="organizeInFolders" type="xsd:boolean" use="optional" default="true"/>
<attribute name="useLongFilenames" type="xsd:boolean" use="optional" default="true"/>
<attribute name="imgSz" type="ST_WebScreenSize" use="optional" default="800x600"/>
<attribute name="encoding" type="ST_WebEncoding" use="optional" default=""/>
<attribute name="clr" type="ST_WebColorType" use="optional" default="whiteTextOnBlack"/>
</complexType>