[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

cSldViewPr (Common Slide View Properties)

This element functions as a container for slide view properties that are common across multiple view property elements. The specific properties and associated values for these view properties reside within the child elements and attributes.

Parent Elements

notesViewPr4.3.2.8); slideViewPr4.3.2.16)

 

Child Elements

Subclause

cViewPr (Common View Properties)

§4.3.2.2

guideLst (List of Guides)

§4.3.2.5

 

Attributes

Description

showGuides (Show Guides in View)

Specifies whether to show guides when editing the presentation.

 

The possible values for this attribute are defined by the XML Schema boolean datatype.

snapToGrid (Snap Objects to Grid)

Specifies whether objects should snap to underlying presentation grid when editing.

 

The possible values for this attribute are defined by the XML Schema boolean datatype.

snapToObjects (Snap Objects to Objects)

Specifies whether objects should snap to other objects when editing the presentation.

 

The possible values for this attribute are defined by the XML Schema boolean datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_CommonSlideViewProperties">

   <sequence>

   <element name="cViewPr" type="CT_CommonViewProperties" minOccurs="1" maxOccurs="1"/>

   <element name="guideLst" type="CT_GuideList" minOccurs="0" maxOccurs="1"/>

   </sequence>

   <attribute name="snapToGrid" type="xsd:boolean" use="optional" default="true"/>

   <attribute name="snapToObjects" type="xsd:boolean" use="optional" default="false"/>

   <attribute name="showGuides" type="xsd:boolean" use="optional" default="false"/>

</complexType>