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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

p:cSldViewPr

Common Slide View Properties

Element information

Content

Attributes

NameOccTypeDescriptionNotes
snapToGrid [0..1]xsd:booleanSnap Objects to GridDefault value is "true".
snapToObjects [0..1]xsd:booleanSnap Objects to ObjectsDefault value is "false".
showGuides [0..1]xsd:booleanShow Guides in ViewDefault value is "false".

Used in

Sample instance

<p:cSldViewPr>
   <p:cViewPr>
      <p:scale>
         <a:sx n="1" d="1"/>
         <a:sy n="1" d="1"/>
      </p:scale>
      <p:origin x="1" y="1"/>
   </p:cViewPr>
   <p:guideLst>
      <p:guide/>
   </p:guideLst>
</p:cSldViewPr>

Site developed and hosted by Datypic, Inc.

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