p:cSld
Common slide data for slides
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-slide.xsd
Other elements with the same name: p:cSld, p:cSld, p:cSld, p:cSld, p:cSld
Type: p:CT_CommonSlideData
Properties: Local, Qualified
Content
- Sequence [1..1]
- p:bg [0..1] Slide Background
- p:spTree [1..1] Shape Tree
- p:custDataLst [0..1] Customer Data List
- p:controls [0..1] List of controls
- p:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [0..1] | xsd:string | Name | Default value is "". |
Used in
- Type p:CT_Slide (Element p:sld)
Sample instance
<p:cSld name="string"> <p:bg> <p:bgPr> <a:noFill/> <a:effectLst>... </a:effectLst> <p:extLst>... </p:extLst> </p:bgPr> </p:bg> <p:spTree> <p:nvGrpSpPr> <p:cNvPr id="1" name="string">... </p:cNvPr> <p:cNvGrpSpPr>... </p:cNvGrpSpPr> <p:nvPr>... </p:nvPr> </p:nvGrpSpPr> <p:grpSpPr> <a:xfrm>... </a:xfrm> <a:noFill/> <a:effectLst>... </a:effectLst> <a:scene3d>... </a:scene3d> <a:extLst>... </a:extLst> </p:grpSpPr> <p:sp> <p:nvSpPr>... </p:nvSpPr> <p:spPr>... </p:spPr> <p:style>... </p:style> <p:txBody>... </p:txBody> <p:extLst>... </p:extLst> </p:sp> <p:extLst> <p:ext> <!--any element--> </p:ext> </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:extLst>... </p:extLst> </p:control> </p:controls> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:cSld>