p:sldLayout
Slide Layout
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-slide.xsd
Type: p:CT_SlideLayout
Properties: Global, Qualified
Content
- Sequence [1..1]
- p:cSld [1..1] Common slide data for slide layouts
- Sequence [0..1]
- p:clrMapOvr [0..1] Color Scheme Map Override
- p:transition [0..1] Slide Transition for a Slide Layout
- p:timing [0..1] Slide Timing Information for a Slide Layout
- p:hf [0..1] Header/Footer information for a slide layout
- p:extLst [0..1] Extension List with Modification Flag
from group p:EG_ChildSlide
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
showMasterSp | [0..1] | xsd:boolean | Show Master Shapes | Default value is "true". from group p:AG_ChildSlide |
showMasterPhAnim | [0..1] | xsd:boolean | Show Master Placeholder Animations | Default value is "true". from group p:AG_ChildSlide |
matchingName | [0..1] | xsd:string | Matching Name | Default value is "". |
type | [0..1] | p:ST_SlideLayoutType | Slide Layout Type | Default value is "cust". |
preserve | [0..1] | xsd:boolean | Preserve Slide Layout | Default value is "false". |
userDrawn | [0..1] | xsd:boolean | Is User Drawn | Default value is "false". |
Sample instance
<p:sldLayout> <p:cSld name="string"> <p:bg> <p:bgPr>... </p:bgPr> </p:bg> <p:spTree> <p:nvGrpSpPr>... </p:nvGrpSpPr> <p:grpSpPr>... </p:grpSpPr> <p:sp>... </p:sp> <p:extLst>... </p:extLst> </p:spTree> <p:custDataLst> <p:custData r:id="string"/> <p:tags r:id="string"/> </p:custDataLst> <p:controls> <p:control spid="token">... </p:control> </p:controls> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:cSld> <p:clrMapOvr> <a:masterClrMapping/> </p:clrMapOvr> <p:transition> <p:blinds/> <p:sndAc> <p:stSnd>... </p:stSnd> </p:sndAc> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:transition> <p:timing> <p:tnLst> <p:par>... </p:par> </p:tnLst> <p:bldLst> <p:bldP spid="token" grpId="1">... </p:bldP> </p:bldLst> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:timing> <p:hf> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:hf> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:sldLayout>