VerticalTextAlignmentValues enumeration
Office 2013 and later
Defines the VerticalTextAlignmentValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Top | Align Text at Top. When the item is serialized out as xml, its value is "top". | |
| Center | Align Text at Center. When the item is serialized out as xml, its value is "center". | |
| Baseline | Align Text at Baseline. When the item is serialized out as xml, its value is "baseline". | |
| Bottom | Align Text at Bottom. When the item is serialized out as xml, its value is "bottom". | |
| Auto | Automatically Determine Alignment. When the item is serialized out as xml, its value is "auto". |
Show: