|
java.lang.Object
com.aspose.words.TabAlignment
public class TabAlignment - extends java.lang.Object
Utility class containing constants.
Specifies the alignment/type of a tab stop.
|
Field Summary |
static final int | LEFT | |
|
Left-aligns the text after the tab stop.
|
static final int | CENTER | |
|
Centers the text around the tab stop.
|
static final int | RIGHT | |
|
Right-aligns the text at the tab stop.
|
static final int | DECIMAL | |
|
Aligns the text at the decimal dot.
|
static final int | BAR | |
|
Draws a vertical bar at the tab stop position.
|
static final int | LIST | |
|
The tab is a delimeter between the number/bullet and text in a list item.
|
static final int | CLEAR | |
|
Clears any tab stop in this position.
|
LEFT | |
public static final int LEFT |
-
Left-aligns the text after the tab stop.
CENTER | |
public static final int CENTER |
-
Centers the text around the tab stop.
RIGHT | |
public static final int RIGHT |
-
Right-aligns the text at the tab stop.
DECIMAL | |
public static final int DECIMAL |
-
Aligns the text at the decimal dot.
BAR | |
public static final int BAR |
-
Draws a vertical bar at the tab stop position.
LIST | |
public static final int LIST |
-
The tab is a delimeter between the number/bullet and text in a list item.
CLEAR | |
public static final int CLEAR |
-
Clears any tab stop in this position.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|