Aspose::Cells::TextAlignmentType enum

TextAlignmentType enum

Enumerates text alignment types.

enum class TextAlignmentType

Values

NameValueDescription
General1792
Represents general text alignment.
Bottom528
Represents bottom text alignment.
Center1802
Represents center text alignment.
CenterAcross1286
Represents center across text alignment.
Distributed807
Represents distributed text alignment.
Fill1284
Represents fill text alignment.
Justify1821
Represents justify text alignment.
Left257
Represents left text alignment.
Right259
Represents right text alignment.
Top512
Represents top text alignment.
JustifiedLow832
Aligns the text with an adjusted kashida length for Arabic text.
ThaiDistributed896
Distributes Thai text specially, because each character is treated as a word.

See Also