Aspose::Cells::Drawing::Texts::TextTabAlignmentType enum

TextTabAlignmentType enum

Represents the text tab alignment types.

enum class TextTabAlignmentType

Values

NameValueDescription
Center0
The text at this tab stop is center aligned.
Decimal1
At this tab stop, the decimals are lined up.
Left2
The text at this tab stop is left aligned.
Right3
The text at this tab stop is right aligned.

See Also