HorizontalAlignmentValues enumeration
Office 2013 and later
Defines the HorizontalAlignmentValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Left | Left Aligned Horizontally. When the item is serialized out as xml, its value is "left". | |
| Center | Centered Horizontally. When the item is serialized out as xml, its value is "center". | |
| Right | Right Aligned Horizontally. When the item is serialized out as xml, its value is "right". | |
| Inside | Inside. When the item is serialized out as xml, its value is "inside". | |
| Outside | Outside. When the item is serialized out as xml, its value is "outside". |
Show: