Schema Central > OOXML > pml-viewProperties.xsd > p:viewPr
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

p:viewPr

Presentation-wide View Properties

Element information

Content

Attributes

NameOccTypeDescriptionNotes
lastView [0..1]p:ST_ViewTypeLast ViewDefault value is "sldView".
showComments [0..1]xsd:booleanShow CommentsDefault 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>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com