TextAlignmentTypeValues-Enumeration
Text Alignment Types
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration TextAlignmentTypeValues
'Usage
Dim instance As TextAlignmentTypeValues
public enum TextAlignmentTypeValues
Member
Membername | Beschreibung | |
---|---|---|
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". |