HierarchyAlignmentValues enumeration
Office 2013 and later
Hierarchy Alignment
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| 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". | |
| 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". | |
| 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". | |
| 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". | |
| LeftTop | Left Top. When the item is serialized out as xml, its value is "lT". | |
| 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". | |
| RightTop | Right Top. When the item is serialized out as xml, its value is "rT". | |
| 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". |
Show: