[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
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 |
presentationPr (§4.3.1.25) |
Child Elements |
Subclause |
custShow (Custom Show) |
§4.2.2 |
extLst (Extension List) |
§4.2.5 |
sldAll (All Slides) |
§4.2.7 |
sldRg (Slide Range) |
§4.2.8 |
Attributes |
Description |
id (Publish Path)
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). |
pubBrowser (Browser Support Target) |
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). |
showSpeakerNotes (Show Speaker Notes) |
Specifies whether to show speaker notes when publishing.
The possible values for this attribute are defined by the XML Schema boolean datatype. |
title (HTML Output Title) |
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>