RectangleAlignmentValues enumeration

Office 2013 and later

Defines the RectangleAlignmentValues enumeration.

Namespace:  DocumentFormat.OpenXml.Office2010.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
None none. When the item is serialized out as xml, its value is "none".
TopLeft tl. When the item is serialized out as xml, its value is "tl".
Top t. When the item is serialized out as xml, its value is "t".
TopRight tr. When the item is serialized out as xml, its value is "tr".
Left l. When the item is serialized out as xml, its value is "l".
Center ctr. When the item is serialized out as xml, its value is "ctr".
Right r. When the item is serialized out as xml, its value is "r".
BottomLeft bl. When the item is serialized out as xml, its value is "bl".
Bottom b. When the item is serialized out as xml, its value is "b".
BottomRight br. When the item is serialized out as xml, its value is "br".
Show: