java.lang.Objectcom.aspose.words.TabAlignment
public class TabAlignment
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 delimiter between the number/bullet and text in a list item. | ||
static final int | CLEAR | |
Clears any tab stop in this position. |
Field Detail |
---|
LEFT = 0 | |
public static final int LEFT |
CENTER = 1 | |
public static final int CENTER |
RIGHT = 2 | |
public static final int RIGHT |
DECIMAL = 3 | |
public static final int DECIMAL |
BAR = 4 | |
public static final int BAR |
LIST = 6 | |
public static final int LIST |
CLEAR = 7 | |
public static final int CLEAR |