AlignmentValues enumeration
Office 2013 and later
Alignment Type
Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Top | Top Alignment. When the item is serialized out as xml, its value is "top". | |
| Middle | Middle Alignment. When the item is serialized out as xml, its value is "middle". | |
| Bottom | Bottom Alignment. When the item is serialized out as xml, its value is "bottom". | |
| Left | Left Alignment. When the item is serialized out as xml, its value is "left". | |
| Center | Center Alignment. When the item is serialized out as xml, its value is "center". | |
| Right | Right Alignment. When the item is serialized out as xml, its value is "right". |
Show: