CommonSlideViewProperties class
Defines the CommonSlideViewProperties Class. When the object is serialized out as xml, its qualified name is p:cSldViewPr.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
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 |
|---|
notesViewPr (§19.2.2.8); slideViewPr (§19.2.2.16) |
Child Elements | Subclause |
|---|---|
cViewPr (Common View Properties) | §19.2.2.2 |
guideLst (List of Guides) | §19.2.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 W3C 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 W3C 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 W3C XML Schema boolean datatype. |
[Note: The W3C XML Schema definition of this element’s content model (CT_CommonSlideViewProperties) is located in §A.3. end note]
© ISO/IEC29500: 2008.