p:htmlPubPr
HTML Publishing Properties
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-presentationProperties.xsd
Type: p:CT_HtmlPublishProperties
Properties: Local, Qualified
Content
- Sequence [1..1]
- Choice [1..1]
- p:sldAll All Slides
- p:sldRg Slide Range
- p:custShow Custom Show
- p:extLst [0..1] Extension List
from group p:EG_SlideListChoice - Choice [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
showSpeakerNotes | [0..1] | xsd:boolean | Show Speaker Notes | Default value is "true". |
pubBrowser | [0..1] | p:ST_HtmlPublishWebBrowserSupport | Browser Support Target | Default value is "v3v4". |
title | [0..1] | xsd:string | HTML Output Title | Default value is "". |
r:id | [1..1] | r:ST_RelationshipId | Publish Path |
Used in
- Type p:CT_PresentationProperties (Element p:presentationPr)
Sample instance
<p:htmlPubPr r:id="string"> <p:sldAll/> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:htmlPubPr>