RectangleAlignmentValues Enumeration
Defines the RectangleAlignmentValues enumeration.
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration RectangleAlignmentValues
'Usage
Dim instance As RectangleAlignmentValues
public enum RectangleAlignmentValues
Members
Member name | Description | |
---|---|---|
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". |