TextAlignmentTypeValues enumeration
Office 2013 and later
Text Alignment Types
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| Left | Text Alignment Enum ( Left ). When the item is serialized out as xml, its value is "l". | |
| Center | Text Alignment Enum ( Center ). When the item is serialized out as xml, its value is "ctr". | |
| Right | Text Alignment Enum ( Right ). When the item is serialized out as xml, its value is "r". | |
| Justified | Text Alignment Enum ( Justified ). When the item is serialized out as xml, its value is "just". | |
| JustifiedLow | Text Alignment Enum ( Justified Low ). When the item is serialized out as xml, its value is "justLow". | |
| Distributed | Text Alignment Enum ( Distributed ). When the item is serialized out as xml, its value is "dist". | |
| ThaiDistributed | Text Alignment Enum ( Thai Distributed ). When the item is serialized out as xml, its value is "thaiDist". |
Show: