Aspose::Words::TabAlignment enum
TabAlignment enum
Specifies the alignment/type of a tab stop.
enum class TabAlignment
Values
Name | Value | Description |
---|---|---|
Left | 0 | Left-aligns the text after the tab stop. |
Center | 1 | Centers the text around the tab stop. |
Right | 2 | Right-aligns the text at the tab stop. |
Decimal | 3 | Aligns the text at the decimal dot. |
Bar | 4 | Draws a vertical bar at the tab stop position. |
List | 6 | The tab is a delimiter between the number/bullet and text in a list item. |
Clear | 7 | Clears any tab stop in this position. |
See Also
- Namespace Aspose::Words
- Library Aspose.Words for C++