VariableValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Variable Type
public enum VariableValues
public readonly struct VariableValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.VariableValues>
type VariableValues =
type VariableValues = struct
interface IEnumValue
interface IEnumValueFactory<VariableValues>
Public Enum VariableValues
Public Structure VariableValues
Implements IEnumValue, IEnumValueFactory(Of VariableValues), IEquatable(Of VariableValues)
- Inheritance
-
VariableValues
- Inheritance
-
VariableValues
Fields
Name | Value | Description |
---|---|---|
None | 0 | Unknown. When the item is serialized out as xml, its value is "none". |
OrganizationalChart | 1 | Organizational Chart Algorithm. When the item is serialized out as xml, its value is "orgChart". |
ChildMax | 2 | Child Max. When the item is serialized out as xml, its value is "chMax". |
ChildPreference | 3 | Child Preference. When the item is serialized out as xml, its value is "chPref". |
BulletsEnabled | 4 | Bullets Enabled. When the item is serialized out as xml, its value is "bulEnabled". |
Direction | 5 | Direction. When the item is serialized out as xml, its value is "dir". |
HierarchyBranch | 6 | Hierarchy Branch. When the item is serialized out as xml, its value is "hierBranch". |
AnimateOne | 7 | Animate One. When the item is serialized out as xml, its value is "animOne". |
AnimationLevel | 8 | Animation Level. When the item is serialized out as xml, its value is "animLvl". |
ResizeHandles | 9 | Resize Handles. When the item is serialized out as xml, its value is "resizeHandles". |
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". |
|
BulletsEnabled | Bullets Enabled. When the item is serialized out as xml, its value is "bulEnabled". |
|
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". |
|
Direction | Direction. When the item is serialized out as xml, its value is "dir". |
|
Equality(VariableValues, VariableValues) | ||
Equals(Object) | ||
Equals(VariableValues) | ||
GetHashCode() | ||
HierarchyBranch | Hierarchy Branch. When the item is serialized out as xml, its value is "hierBranch". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<VariableValues>.Create(String) | ||
Inequality(VariableValues, VariableValues) | ||
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". |
|
ResizeHandles | Resize Handles. When the item is serialized out as xml, its value is "resizeHandles". |
|
ToString() | ||
VariableValues(String) | Creates a new VariableValues enum instance |