<presentation>
(Presentation)
This element specifies within it fundamental presentation-wide properties.
<p:presentation xmlns:a="" xmlns:r="" xmlns:p=""> <p:sldMasterIdLst> <p:sldMasterId id="2147483648" r:id="rId1"/> </p:sldMasterIdLst> <p:sldIdLst> <p:sldId id="256" r:id="rId3"/> <p:sldId id="257" r:id="rId4"/> </p:sldIdLst> <p:sldSz cx="9144000" cy="6858000" type="screen4x3"/> <p:notesSz cx="6858000" cy="9144000"/> <p:defaultTextStyle> ... </p:defaultTextStyle> </p:presentation>
Parent Elements |
---|
Root element of PresentationML Presentation part |
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Specifies whether the generating application should automatically compress all pictures for this presentation. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies a seed for generating bookmark IDs to ensure IDs remain unique across the document. This value specifies the number to be used as the ID for the next new bookmark created. The possible values for this attribute are defined by the ST_BookmarkIdSeed simple type (§4.8.3). |
|
Specifies whether the generating application is to be in a compatibility mode which serves to inform the user of any loss of content or functionality when working with older formats. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies whether the generating application should automatically embed true type fonts or not. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies the first slide number in the presentation. The possible values for this attribute are defined by the XML Schema int datatype. |
|
Specifies whether to automatically remove personal information when the presentation document is saved. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies if the current view of the user interface is oriented right-to-left or left-to-right. The view is right-to-left is this value is set to true, and left-to-right otherwise. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies to save only the subset of characters used in the presentation when a font is embedded. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies the scaling to be used when the presentation is embedded in another document. The embedded slides are to be scaled by this percentage. The possible values for this attribute are defined by the ST_Percentage simple type (§5.1.12.41). |
|
Specifies whether to show the header and footer placeholders on the title slides. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies whether to use strict characters for starting and ending lines of Japanese text. 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_Presentation">
<sequence>
<element name="sldMasterIdLst" type="CT_SlideMasterIdList" minOccurs="0" maxOccurs="1"/>
<element name="notesMasterIdLst" type="CT_NotesMasterIdList" minOccurs="0" maxOccurs="1"/>
<element name="handoutMasterIdLst" type="CT_HandoutMasterIdList" minOccurs="0" maxOccurs="1"/>
<element name="sldIdLst" type="CT_SlideIdList" minOccurs="0" maxOccurs="1"/>
<element name="sldSz" type="CT_SlideSize" minOccurs="0" maxOccurs="1"/>
<element name="notesSz" type="a:CT_PositiveSize2D" minOccurs="1" maxOccurs="1"/>
<element name="smartTags" type="CT_SmartTags" minOccurs="0" maxOccurs="1"/>
<element name="embeddedFontLst" type="CT_EmbeddedFontList" minOccurs="0" maxOccurs="1"/>
<element name="custShowLst" type="CT_CustomShowList" minOccurs="0" maxOccurs="1"/>
<element name="photoAlbum" type="CT_PhotoAlbum" minOccurs="0" maxOccurs="1"/>
<element name="custDataLst" type="CT_CustomerDataList" minOccurs="0" maxOccurs="1"/>
<element name="kinsoku" type="CT_Kinsoku" minOccurs="0"/>
<element name="defaultTextStyle" type="a:CT_TextListStyle" minOccurs="0" maxOccurs="1"/>
<element name="modifyVerifier" type="CT_ModifyVerifier" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="serverZoom" type="a:ST_Percentage" use="optional" default="50000"/>
<attribute name="firstSlideNum" type="xsd:int" use="optional" default="1"/>
<attribute name="showSpecialPlsOnTitleSld" type="xsd:boolean" use="optional" default="true"/>
<attribute name="rtl" type="xsd:boolean" use="optional" default="false"/>
<attribute name="removePersonalInfoOnSave" type="xsd:boolean" use="optional" default="false"/>
<attribute name="compatMode" type="xsd:boolean" use="optional" default="false"/>
<attribute name="strictFirstAndLastChars" type="xsd:boolean" use="optional" default="true"/>
<attribute name="embedTrueTypeFonts" type="xsd:boolean" use="optional" default="false"/>
<attribute name="saveSubsetFonts" type="xsd:boolean" use="optional" default="false"/>
<attribute name="autoCompressPictures" type="xsd:boolean" use="optional" default="true"/>
<attribute name="bookmarkIdSeed" type="ST_BookmarkIdSeed" use="optional" default="1"/>
</complexType>