public final class TabAlignment
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BAR
Draws a vertical bar at the tab stop position.
|
static int |
CENTER
Centers the text around the tab stop.
|
static int |
CLEAR
Clears any tab stop in this position.
|
static int |
DECIMAL
Aligns the text at the decimal dot.
|
static int |
LEFT
Left-aligns the text after the tab stop.
|
static int |
length |
static int |
LIST
The tab is a delimiter between the number/bullet and text in a list item.
|
static int |
RIGHT
Right-aligns the text at the tab stop.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String tabAlignmentName) |
static java.lang.String |
getName(int tabAlignment) |
static int[] |
getValues() |
static java.lang.String |
toString(int tabAlignment) |
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
public static final int length