HierarchyAlignmentValues 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.
Hierarchy Alignment
public enum HierarchyAlignmentValues
public readonly struct HierarchyAlignmentValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.HierarchyAlignmentValues>
type HierarchyAlignmentValues =
type HierarchyAlignmentValues = struct
interface IEnumValue
interface IEnumValueFactory<HierarchyAlignmentValues>
Public Enum HierarchyAlignmentValues
Public Structure HierarchyAlignmentValues
Implements IEnumValue, IEnumValueFactory(Of HierarchyAlignmentValues), IEquatable(Of HierarchyAlignmentValues)
- Inheritance
-
HierarchyAlignmentValues
- Inheritance
-
HierarchyAlignmentValues
Fields
Name | Value | Description |
---|---|---|
TopLeft | 0 | Top Left. When the item is serialized out as xml, its value is "tL". |
TopRight | 1 | Top Right. When the item is serialized out as xml, its value is "tR". |
TopCenterChildren | 2 | Top Center Children. When the item is serialized out as xml, its value is "tCtrCh". |
TopCenterDescendants | 3 | Top Center Descendants. When the item is serialized out as xml, its value is "tCtrDes". |
BottomLeft | 4 | Bottom Left. When the item is serialized out as xml, its value is "bL". |
BottomRight | 5 | Bottom Right. When the item is serialized out as xml, its value is "bR". |
BottomCenterChild | 6 | Bottom Center Child. When the item is serialized out as xml, its value is "bCtrCh". |
BottomCenterDescendant | 7 | Bottom Center Descendant. When the item is serialized out as xml, its value is "bCtrDes". |
LeftTop | 8 | Left Top. When the item is serialized out as xml, its value is "lT". |
LeftBottom | 9 | Left Bottom. When the item is serialized out as xml, its value is "lB". |
LeftCenterChild | 10 | Left Center Child. When the item is serialized out as xml, its value is "lCtrCh". |
LeftCenterDescendant | 11 | Left Center Descendant. When the item is serialized out as xml, its value is "lCtrDes". |
RightTop | 12 | Right Top. When the item is serialized out as xml, its value is "rT". |
RightBottom | 13 | Right Bottom. When the item is serialized out as xml, its value is "rB". |
RightCenterChildren | 14 | Right Center Children. When the item is serialized out as xml, its value is "rCtrCh". |
RightCenterDescendants | 15 | Right Center Descendants. When the item is serialized out as xml, its value is "rCtrDes". |
BottomCenterChild | Bottom Center Child. When the item is serialized out as xml, its value is "bCtrCh". |
|
BottomCenterDescendant | Bottom Center Descendant. When the item is serialized out as xml, its value is "bCtrDes". |
|
BottomLeft | Bottom Left. When the item is serialized out as xml, its value is "bL". |
|
BottomRight | Bottom Right. When the item is serialized out as xml, its value is "bR". |
|
Equality(HierarchyAlignmentValues, HierarchyAlignmentValues) | ||
Equals(HierarchyAlignmentValues) | ||
Equals(Object) | ||
GetHashCode() | ||
HierarchyAlignmentValues(String) | Creates a new HierarchyAlignmentValues enum instance |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<HierarchyAlignmentValues>.Create(String) | ||
Inequality(HierarchyAlignmentValues, HierarchyAlignmentValues) | ||
LeftBottom | Left Bottom. When the item is serialized out as xml, its value is "lB". |
|
LeftCenterChild | Left Center Child. When the item is serialized out as xml, its value is "lCtrCh". |
|
LeftCenterDescendant | Left Center Descendant. When the item is serialized out as xml, its value is "lCtrDes". |
|
LeftTop | Left Top. When the item is serialized out as xml, its value is "lT". |
|
RightBottom | Right Bottom. When the item is serialized out as xml, its value is "rB". |
|
RightCenterChildren | Right Center Children. When the item is serialized out as xml, its value is "rCtrCh". |
|
RightCenterDescendants | Right Center Descendants. When the item is serialized out as xml, its value is "rCtrDes". |
|
RightTop | Right Top. When the item is serialized out as xml, its value is "rT". |
|
TopCenterChildren | Top Center Children. When the item is serialized out as xml, its value is "tCtrCh". |
|
TopCenterDescendants | Top Center Descendants. When the item is serialized out as xml, its value is "tCtrDes". |
|
TopLeft | Top Left. When the item is serialized out as xml, its value is "tL". |
|
TopRight | Top Right. When the item is serialized out as xml, its value is "tR". |
|
ToString() |