<webPr>
(Web Properties)
This element specifies all general output properties that pertain to generating a web format version of the presentation document.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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. |
|
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). |
|
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). |
|
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). |
|
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. |
|
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. |
|
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. |
|
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. |
|
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>