Aspose::Pdf::Text::TabAlignmentType enum

TabAlignmentType enum

Enumerates the tab alignment types.

enum class TabAlignmentType

Values

NameValueDescription
Left0Text aligned left from tab stop.
Center1Text aligned center from tab stop.
Right2Text aligned right from tab stop.

See Also