HierarchyAlignmentValues Enum

Definition

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

HierarchyAlignmentValues(String)

Creates a new HierarchyAlignmentValues enum instance

BottomCenterChild 6

Bottom Center Child.

When the item is serialized out as xml, its value is "bCtrCh".

BottomCenterChild

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

BottomCenterDescendant

Bottom Center Descendant.

When the item is serialized out as xml, its value is "bCtrDes".

BottomLeft 4

Bottom Left.

When the item is serialized out as xml, its value is "bL".

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

BottomRight 5

Bottom Right.

When the item is serialized out as xml, its value is "bR".

Equals(HierarchyAlignmentValues)
Equals(Object)
GetHashCode()
LeftBottom

Left Bottom.

When the item is serialized out as xml, its value is "lB".

LeftBottom 9

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

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

LeftCenterDescendant

Left Center Descendant.

When the item is serialized out as xml, its value is "lCtrDes".

LeftTop 8

Left Top.

When the item is serialized out as xml, its value is "lT".

LeftTop

Left Top.

When the item is serialized out as xml, its value is "lT".

Equality(HierarchyAlignmentValues, HierarchyAlignmentValues)
Inequality(HierarchyAlignmentValues, HierarchyAlignmentValues)
RightBottom

Right Bottom.

When the item is serialized out as xml, its value is "rB".

RightBottom 13

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

RightCenterChildren 14

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

RightCenterDescendants 15

Right Center Descendants.

When the item is serialized out as xml, its value is "rCtrDes".

RightTop 12

Right Top.

When the item is serialized out as xml, its value is "rT".

RightTop

Right Top.

When the item is serialized out as xml, its value is "rT".

TopCenterChildren 2

Top Center Children.

When the item is serialized out as xml, its value is "tCtrCh".

TopCenterChildren

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

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

TopLeft 0

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

TopRight 1

Top Right.

When the item is serialized out as xml, its value is "tR".

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<HierarchyAlignmentValues>.Create(String)

Applies to