PresentationLayoutVariables Class

Presentation Layout Variables.When the object is serialized out as xml, its qualified name is dgm:presLayoutVars.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.Diagrams.LayoutVariablePropertySetType
        DocumentFormat.OpenXml.Drawing.Diagrams.PresentationLayoutVariables

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Class PresentationLayoutVariables _
    Inherits LayoutVariablePropertySetType
'Usage
Dim instance As PresentationLayoutVariables
public class PresentationLayoutVariables : LayoutVariablePropertySetType

Remarks

The following table lists the possible child types:

  • OrganizationChart <dgm:orgChart>

  • MaxNumberOfChildren <dgm:chMax>

  • PreferredNumberOfChildren <dgm:chPref>

  • BulletEnabled <dgm:bulletEnabled>

  • Direction <dgm:dir>

  • HierarchyBranch <dgm:hierBranch>

  • AnimateOneByOne <dgm:animOne>

  • AnimationLevel <dgm:animLvl>

  • ResizeHandles <dgm:resizeHandles>

[ISO/IEC 29500-1 1st Edition]

21.4.5.4 presLayoutVars (Presentation Layout Variables)

This element specified the layout property set. This set of properties determine different aspects concerning the layout of a diagram. All of the elements associated with enabling or disabling aspects of the user interface are also defined here.

Parent Elements

prSet (§21.4.3.4)

Child Elements

Subclause

animLvl (Level Animation)

§21.4.6.1

animOne (One by One Animation String)

§21.4.6.2

bulletEnabled (Show Insert Bullet)

§21.4.6.3

chMax (Maximum Children)

§21.4.6.4

chPref (Preferred Number of Children)

§21.4.6.5

dir (Diagram Direction)

§21.4.6.6

hierBranch (Organization Chart Branch Style)

§21.4.6.7

orgChart (Show Organization Chart User Interface)

§21.4.6.8

resizeHandles (Shape Resize Style)

§21.4.2.23

[Note: The W3C XML Schema definition of this element’s content model (CT_LayoutVariablePropertySet) is located in §A.5.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

PresentationLayoutVariables Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace