[Table of Contents] [docx version]
PresentationML Reference Material - Table of Contents
presentationPr (Presentation-wide Properties)
This element functions as a parent element within which additional presentation-wide document properties are contained. All properties and their corresponding settings are defined within the child elements.
Parent Elements |
Root element of PresentationML Presentation Properties part |
Child Elements |
Subclause |
clrMru (Color MRU) |
§4.3.1.4 |
extLst (Extension List) |
§4.2.5 |
htmlPubPr (HTML Publishing Properties) |
§4.3.1.13 |
prnPr (Printing Properties) |
§4.3.1.26 |
showPr (Presentation-wide Show Properties) |
§4.3.1.28 |
webPr (Web Properties) |
§4.3.1.36 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PresentationProperties">
<sequence>
<element name="htmlPubPr" type="CT_HtmlPublishProperties" minOccurs="0" maxOccurs="1"/>
<element name="webPr" type="CT_WebProperties" minOccurs="0" maxOccurs="1"/>
<element name="prnPr" type="CT_PrintProperties" minOccurs="0" maxOccurs="1"/>
<element name="showPr" type="CT_ShowProperties" minOccurs="0" maxOccurs="1"/>
<element name="clrMru" type="a:CT_ColorMRU" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>