VariableValues Enumeration

Variable Type

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

Syntax

'Declaration
Public Enumeration VariableValues
'Usage
Dim instance As VariableValues
public enum VariableValues

Members

Member name Description
None Unknown. When the item is serialized out as xml, its value is "none".
OrganizationalChart Organizational Chart Algorithm. When the item is serialized out as xml, its value is "orgChart".
ChildMax Child Max. When the item is serialized out as xml, its value is "chMax".
ChildPreference Child Preference. When the item is serialized out as xml, its value is "chPref".
BulletsEnabled Bullets Enabled. When the item is serialized out as xml, its value is "bulEnabled".
Direction Direction. When the item is serialized out as xml, its value is "dir".
HierarchyBranch Hierarchy Branch. When the item is serialized out as xml, its value is "hierBranch".
AnimateOne Animate One. When the item is serialized out as xml, its value is "animOne".
AnimationLevel Animation Level. When the item is serialized out as xml, its value is "animLvl".
ResizeHandles Resize Handles. When the item is serialized out as xml, its value is "resizeHandles".

See Also

Reference

DocumentFormat.OpenXml.Drawing.Diagrams Namespace