<presentation> (Presentation)

This element specifies within it fundamental presentation-wide properties.

example:
<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

<custDataLst> (Customer Data List)

§4.4.1.16

<custShowLst> (List of Custom Shows)

§4.3.1.6

<defaultTextStyle> (Presentation Default Text Style)

§4.3.1.7

<embeddedFontLst> (Embedded Font List)

§4.3.1.9

<extLst> (Extension List)

§4.2.5

<handoutMasterIdLst> (List of Handout Master IDs)

§4.3.1.12

<kinsoku> (Kinsoku Settings)

§4.3.1.15

<modifyVerifier> (Modification Verifier)

§4.3.1.17

<notesMasterIdLst> (List of Notes Master IDs)

§4.3.1.19

<notesSz> (Notes Slide Size)

§4.3.1.20

<photoAlbum> (Photo Album Information)

§4.3.1.22

<sldIdLst> (List of Slide IDs)

§4.3.1.30

<sldMasterIdLst> (List of Slide Master IDs)

§4.3.1.33

<sldSz> (Presentation Slide Size)

§4.3.1.34

<smartTags> (Smart Tags)

§4.3.1.35

Attributes

Description

<autoCompressPictures> (Automatically Compress Pictures)

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.

<bookmarkIdSeed> (Bookmark ID Seed)

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).

<compatMode> (Compatibility Mode)

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.

<embedTrueTypeFonts> (Embed True Type Fonts)

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.

<firstSlideNum> (First Slide Number)

Specifies the first slide number in the presentation.

The possible values for this attribute are defined by the XML Schema int datatype.

<removePersonalInfoOnSave> (Remove Personal Information on Save)

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.

<rtl> (Right-To-Left Views)

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.

<saveSubsetFonts> (Save Subset Fonts)

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.

<serverZoom> (Server Zoom)

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).

<showSpecialPlsOnTitleSld> (Show Header and Footer Placeholders on Titles)

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.

<strictFirstAndLastChars> (Strict First and Last Characters)

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>