<htmlPubPr>
(HTML Publishing Properties)
This element specifies the publishing properties to be used when publishing this presentation document to the HTML file format.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
Namespace: .../officeDocument/2006/relationships |
Specifies the path that should be used when publishing. The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1). |
|
Specifies the web browser support that this publishing should be optimized for. The possible values for this attribute are defined by the ST_HtmlPublishWebBrowserSupport simple type (§4.8.6). |
|
Specifies whether to show speaker notes when publishing. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies a title for the HTML output file. The possible values for this attribute are defined by the XML Schema string datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_HtmlPublishProperties">
<sequence>
<group ref="EG_SlideListChoice" minOccurs="1" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="showSpeakerNotes" type="xsd:boolean" use="optional" default="true"/>
<attribute name="pubBrowser" type="ST_HtmlPublishWebBrowserSupport" use="optional" default="v3v4"/>
<attribute name="title" type="xsd:string" use="optional" default=""/>
<attribute ref="r:id" use="required"/>
</complexType>