p:viewPr
Presentation-wide View Properties
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-viewProperties.xsd
Type: p:CT_ViewProperties
Properties: Global, Qualified
Content
- Sequence [0..1]
- p:normalViewPr [0..1] Normal View Properties
- p:slideViewPr [0..1] Slide View Properties
- p:outlineViewPr [0..1] Outline View Properties
- p:notesTextViewPr [0..1] Notes Text View Properties
- p:sorterViewPr [0..1] Slide Sorter View Properties
- p:notesViewPr [0..1] Notes View Properties
- p:gridSpacing [0..1] Grid Spacing
- p:extLst [0..1] Extension List
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
lastView | [0..1] | p:ST_ViewType | Last View | Default value is "sldView". |
showComments | [0..1] | xsd:boolean | Show Comments | Default value is "true". |
Sample instance
<p:viewPr> <p:normalViewPr> <p:restoredLeft sz="1"/> <p:restoredTop sz="1"/> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:normalViewPr> <p:slideViewPr> <p:cSldViewPr> <p:cViewPr>... </p:cViewPr> <p:guideLst>... </p:guideLst> </p:cSldViewPr> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:slideViewPr> <p:outlineViewPr> <p:cViewPr> <p:scale>... </p:scale> <p:origin x="1" y="1"/> </p:cViewPr> <p:sldLst> <p:sld r:id="string"/> </p:sldLst> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:outlineViewPr> <p:notesTextViewPr> <p:cViewPr> <p:scale>... </p:scale> <p:origin x="1" y="1"/> </p:cViewPr> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:notesTextViewPr> <p:sorterViewPr> <p:cViewPr> <p:scale>... </p:scale> <p:origin x="1" y="1"/> </p:cViewPr> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:sorterViewPr> <p:notesViewPr> <p:cSldViewPr> <p:cViewPr>... </p:cViewPr> <p:guideLst>... </p:guideLst> </p:cSldViewPr> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:notesViewPr> <p:gridSpacing cx="1" cy="1"/> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:viewPr>