Enum TextAlignmentType

TextAlignmentType enumeration

Enumerates text alignment types.

public enum TextAlignmentType

Values

NameValueDescription
General1792Represents general text alignment.
Bottom528Represents bottom text alignment.
Center1802Represents center text alignment.
CenterAcross1286Represents center across text alignment.
Distributed807Represents distributed text alignment.
Fill1284Represents fill text alignment.
Justify1821Represents justify text alignment.
Left257Represents left text alignment.
Right259Represents right text alignment.
Top512Represents top text alignment.
JustifiedLow832Aligns the text with an adjusted kashida length for Arabic text.
ThaiDistributed896Distributes Thai text specially, because each character is treated as a word.

See Also