TextFontAlignmentValues enumeration
Office 2013 and later
Font Alignment Types
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Automatic | Font Alignment Enum ( Automatic ). When the item is serialized out as xml, its value is "auto". | |
| Top | Font Alignment Enum ( Top ). When the item is serialized out as xml, its value is "t". | |
| Center | Font Alignment Enum ( Center ). When the item is serialized out as xml, its value is "ctr". | |
| Baseline | Font Alignment Enum ( Baseline ). When the item is serialized out as xml, its value is "base". | |
| Bottom | Font Alignment Enum ( Bottom ). When the item is serialized out as xml, its value is "b". |
Show: