public class TextTabAlignmentType
Field Summary | ||
---|---|---|
static final int | CENTER | |
The text at this tab stop is center aligned.
|
||
static final int | DECIMAL | |
At this tab stop, the decimals are lined up.
|
||
static final int | LEFT | |
The text at this tab stop is left aligned.
|
||
static final int | RIGHT | |
The text at this tab stop is right aligned.
|
public static final int CENTER
public static final int DECIMAL
public static final int LEFT
public static final int RIGHT