p:presentation
Presentation
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-presentation.xsd
Type: p:CT_Presentation
Properties: Global, Qualified
Content
- Sequence [1..1]
- p:sldMasterIdLst [0..1] List of Slide Master IDs
- p:notesMasterIdLst [0..1] List of Notes Master IDs
- p:handoutMasterIdLst [0..1] List of Handout Master IDs
- p:sldIdLst [0..1] List of Slide IDs
- p:sldSz [0..1] Presentation Slide Size
- p:notesSz [1..1] Notes Slide Size
- p:smartTags [0..1] Smart Tags
- p:embeddedFontLst [0..1] Embedded Font List
- p:custShowLst [0..1] List of Custom Shows
- p:photoAlbum [0..1] Photo Album Information
- p:custDataLst [0..1] List of Customer Data Buckets
- p:kinsoku [0..1] Kinsoku Settings
- p:defaultTextStyle [0..1] Presentation Default Text Style
- p:modifyVerifier [0..1] Modification Verifier
- p:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
serverZoom | [0..1] | a:ST_Percentage | Server Zoom | Default value is "50000". |
firstSlideNum | [0..1] | xsd:int | First Slide Number | Default value is "1". |
showSpecialPlsOnTitleSld | [0..1] | xsd:boolean | Show Header and Footer Placeholders on Titles | Default value is "true". |
rtl | [0..1] | xsd:boolean | Right-To-Left Views | Default value is "false". |
removePersonalInfoOnSave | [0..1] | xsd:boolean | Remove Personal Information on Save | Default value is "false". |
compatMode | [0..1] | xsd:boolean | Compatibility Mode | Default value is "false". |
strictFirstAndLastChars | [0..1] | xsd:boolean | Strict First and Last Characters | Default value is "true". |
embedTrueTypeFonts | [0..1] | xsd:boolean | Embed True Type Fonts | Default value is "false". |
saveSubsetFonts | [0..1] | xsd:boolean | Save Subset Fonts | Default value is "false". |
autoCompressPictures | [0..1] | xsd:boolean | Automatically Compress Pictures | Default value is "true". |
bookmarkIdSeed | [0..1] | p:ST_BookmarkIdSeed | Bookmark ID Seed | Default value is "1". |
Sample instance
<p:presentation> <p:sldMasterIdLst> <p:sldMasterId r:id="string"> <p:extLst>... </p:extLst> </p:sldMasterId> </p:sldMasterIdLst> <p:notesMasterIdLst> <p:notesMasterId r:id="string"> <p:extLst>... </p:extLst> </p:notesMasterId> </p:notesMasterIdLst> <p:handoutMasterIdLst> <p:handoutMasterId r:id="string"> <p:extLst>... </p:extLst> </p:handoutMasterId> </p:handoutMasterIdLst> <p:sldIdLst> <p:sldId id="1" r:id="string"> <p:extLst>... </p:extLst> </p:sldId> </p:sldIdLst> <p:sldSz cx="1" cy="1"/> <p:notesSz cx="1" cy="1"/> <p:smartTags r:id="string"/> <p:embeddedFontLst> <p:embeddedFont> <p:font/> <p:regular r:id="string"/> <p:bold r:id="string"/> <p:italic r:id="string"/> <p:boldItalic r:id="string"/> </p:embeddedFont> </p:embeddedFontLst> <p:custShowLst> <p:custShow name="string" id="1"> <p:sldLst>... </p:sldLst> <p:extLst>... </p:extLst> </p:custShow> </p:custShowLst> <p:photoAlbum> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:photoAlbum> <p:custDataLst> <p:custData r:id="string"/> <p:tags r:id="string"/> </p:custDataLst> <p:kinsoku invalStChars="string" invalEndChars="string"/> <p:defaultTextStyle> <a:defPPr> <a:lnSpc>... </a:lnSpc> <a:spcBef>... </a:spcBef> <a:spcAft>... </a:spcAft> <a:buClrTx/> <a:buSzTx/> <a:buFontTx/> <a:buNone/> <a:tabLst>... </a:tabLst> <a:defRPr>... </a:defRPr> <a:extLst>... </a:extLst> </a:defPPr> <a:lvl1pPr> <a:lnSpc>... </a:lnSpc> <a:spcBef>... </a:spcBef> <a:spcAft>... </a:spcAft> <a:buClrTx/> <a:buSzTx/> <a:buFontTx/> <a:buNone/> <a:tabLst>... </a:tabLst> <a:defRPr>... </a:defRPr> <a:extLst>... </a:extLst> </a:lvl1pPr> <a:lvl2pPr> <a:lnSpc>... </a:lnSpc> <a:spcBef>... </a:spcBef> <a:spcAft>... </a:spcAft> <a:buClrTx/> <a:buSzTx/> <a:buFontTx/> <a:buNone/> <a:tabLst>... </a:tabLst> <a:defRPr>... </a:defRPr> <a:extLst>... </a:extLst> </a:lvl2pPr> <a:lvl3pPr> <a:lnSpc>... </a:lnSpc> <a:spcBef>... </a:spcBef> <a:spcAft>... </a:spcAft> <a:buClrTx/> <a:buSzTx/> <a:buFontTx/> <a:buNone/> <a:tabLst>... </a:tabLst> <a:defRPr>... </a:defRPr> <a:extLst>... </a:extLst> </a:lvl3pPr> <a:lvl4pPr> <a:lnSpc>... </a:lnSpc> <a:spcBef>... </a:spcBef> <a:spcAft>... </a:spcAft> <a:buClrTx/> <a:buSzTx/> <a:buFontTx/> <a:buNone/> <a:tabLst>... </a:tabLst> <a:defRPr>... </a:defRPr> <a:extLst>... </a:extLst> </a:lvl4pPr> <a:lvl5pPr> <a:lnSpc>... </a:lnSpc> <a:spcBef>... </a:spcBef> <a:spcAft>... </a:spcAft> <a:buClrTx/> <a:buSzTx/> <a:buFontTx/> <a:buNone/> <a:tabLst>... </a:tabLst> <a:defRPr>... </a:defRPr> <a:extLst>... </a:extLst> </a:lvl5pPr> <a:lvl6pPr> <a:lnSpc>... </a:lnSpc> <a:spcBef>... </a:spcBef> <a:spcAft>... </a:spcAft> <a:buClrTx/> <a:buSzTx/> <a:buFontTx/> <a:buNone/> <a:tabLst>... </a:tabLst> <a:defRPr>... </a:defRPr> <a:extLst>... </a:extLst> </a:lvl6pPr> <a:lvl7pPr> <a:lnSpc>... </a:lnSpc> <a:spcBef>... </a:spcBef> <a:spcAft>... </a:spcAft> <a:buClrTx/> <a:buSzTx/> <a:buFontTx/> <a:buNone/> <a:tabLst>... </a:tabLst> <a:defRPr>... </a:defRPr> <a:extLst>... </a:extLst> </a:lvl7pPr> <a:lvl8pPr> <a:lnSpc>... </a:lnSpc> <a:spcBef>... </a:spcBef> <a:spcAft>... </a:spcAft> <a:buClrTx/> <a:buSzTx/> <a:buFontTx/> <a:buNone/> <a:tabLst>... </a:tabLst> <a:defRPr>... </a:defRPr> <a:extLst>... </a:extLst> </a:lvl8pPr> <a:lvl9pPr> <a:lnSpc>... </a:lnSpc> <a:spcBef>... </a:spcBef> <a:spcAft>... </a:spcAft> <a:buClrTx/> <a:buSzTx/> <a:buFontTx/> <a:buNone/> <a:tabLst>... </a:tabLst> <a:defRPr>... </a:defRPr> <a:extLst>... </a:extLst> </a:lvl9pPr> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </p:defaultTextStyle> <p:modifyVerifier cryptProviderType="rsaAES" cryptAlgorithmClass="hash" cryptAlgorithmType="typeAny" cryptAlgorithmSid="1" spinCount="1" saltData="string" hashData="string"/> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:presentation>