p:notes
Notes Slide
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-slide.xsd
Type: p:CT_NotesSlide
Properties: Global, Qualified
Content
- Sequence [1..1]
- p:cSld [1..1] Common slide data for notes slides
- Sequence [0..1]
- p:clrMapOvr [0..1] Color Scheme Map Override
- 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 |
Sample instance
<p:notes> <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:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:notes>