|
ASPOSE home |
java.lang.Objectcom.aspose.words.TabAlignment
public class TabAlignment
Field Summary | ||
---|---|---|
static final byte | LEFT | |
Left-aligns the text after the tab stop. | ||
static final byte | CENTER | |
Centers the text around the tab stop. | ||
static final byte | RIGHT | |
Right-aligns the text at the tab stop. | ||
static final byte | DECIMAL | |
Aligns the text at the decimal dot. | ||
static final byte | BAR | |
Draws a vertical bar at the tab stop position. | ||
static final byte | LIST | |
The tab is a delimeter between the number/bullet and text in a list item. | ||
static final byte | CLEAR | |
Clears any tab stop in this position. |
Field Detail |
---|
LEFT | |
public static final byte LEFT |
CENTER | |
public static final byte CENTER |
RIGHT | |
public static final byte RIGHT |
DECIMAL | |
public static final byte DECIMAL |
BAR | |
public static final byte BAR |
LIST | |
public static final byte LIST |
CLEAR | |
public static final byte CLEAR |
|
ASPOSE home |