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.
|
public static final int LEFT
public static final int CENTER
public static final int RIGHT
public static final int DECIMAL
public static final int BAR
public static final int LIST
public static final int CLEAR