RectangleAlignmentValues enumeration
Office 2013 and later
Rectangle Alignments
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| TopLeft | Rectangle Alignment Enum ( Top Left ). When the item is serialized out as xml, its value is "tl". | |
| Top | Rectangle Alignment Enum ( Top ). When the item is serialized out as xml, its value is "t". | |
| TopRight | Rectangle Alignment Enum ( Top Right ). When the item is serialized out as xml, its value is "tr". | |
| Left | Rectangle Alignment Enum ( Left ). When the item is serialized out as xml, its value is "l". | |
| Center | Rectangle Alignment Enum ( Center ). When the item is serialized out as xml, its value is "ctr". | |
| Right | Rectangle Alignment Enum ( Right ). When the item is serialized out as xml, its value is "r". | |
| BottomLeft | Rectangle Alignment Enum ( Bottom Left ). When the item is serialized out as xml, its value is "bl". | |
| Bottom | Rectangle Alignment Enum ( Bottom ). When the item is serialized out as xml, its value is "b". | |
| BottomRight | Rectangle Alignment Enum ( Bottom Right ). When the item is serialized out as xml, its value is "br". |
Show: