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 delimeter between the number/bullet and text in a list item. | ||
static final int | CLEAR | |
Clears any tab stop in this position. |
Field Detail |
---|
LEFT | |
public static final int LEFT |
CENTER | |
public static final int CENTER |
RIGHT | |
public static final int RIGHT |
DECIMAL | |
public static final int DECIMAL |
BAR | |
public static final int BAR |
LIST | |
public static final int LIST |
CLEAR | |
public static final int CLEAR |