CommonSlideViewProperties Class

Defines the CommonSlideViewProperties Class.When the object is serialized out as xml, its qualified name is p:cSldViewPr.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Presentation.CommonSlideViewProperties

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(CommonViewProperties))> _
<ChildElementInfoAttribute(GetType(GuideList))> _
Public Class CommonSlideViewProperties _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As CommonSlideViewProperties
[ChildElementInfoAttribute(typeof(CommonViewProperties))]
[ChildElementInfoAttribute(typeof(GuideList))]
public class CommonSlideViewProperties : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • CommonViewProperties <p:cViewPr>

  • GuideList <p:guideLst>

[ISO/IEC 29500-1 1st Edition]

19.2.2.1 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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CommonSlideViewProperties Members

DocumentFormat.OpenXml.Presentation Namespace