p:showPr
Presentation-wide Show Properties
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-presentationProperties.xsd
Type: p:CT_ShowProperties
Properties: Local, Qualified
Content
- Sequence [0..1]
- Choice [0..1]
- p:sldAll All Slides
- p:sldRg Slide Range
- p:custShow Custom Show
- p:penClr [0..1] Pen Color for Slide Show
- p:extLst [0..1] Extension List
from group p:EG_ShowTypefrom group p:EG_SlideListChoice - Choice [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
loop | [0..1] | xsd:boolean | Loop Slide Show | Default value is "false". |
showNarration | [0..1] | xsd:boolean | Show Narration in Slide Show | Default value is "false". |
showAnimation | [0..1] | xsd:boolean | Show Animation in Slide Show | Default value is "true". |
useTimings | [0..1] | xsd:boolean | Use Timings in Slide Show | Default value is "true". |
Used in
- Type p:CT_PresentationProperties (Element p:presentationPr)
Sample instance
<p:showPr> <p:present/> <p:sldAll/> <p:penClr> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="1"/> </a:scrgbClr> </p:penClr> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:showPr>