public class TextAlignmentType
Field Summary | ||
---|---|---|
static final int | BOTTOM | |
Represents bottom text alignment.
|
||
static final int | CENTER | |
Represents center text alignment.
|
||
static final int | CENTER_ACROSS | |
Represents center across text alignment.
|
||
static final int | DISTRIBUTED | |
Represents distributed text alignment.
|
||
static final int | FILL | |
Represents fill text alignment.
|
||
static final int | GENERAL | |
Represents general text alignment.
|
||
static final int | JUSTIFY | |
Represents justify text alignment.
|
||
static final int | LEFT | |
Represents left text alignment.
|
||
static final int | RIGHT | |
Represents right text alignment.
|
||
static final int | TOP | |
Represents top text alignment.
|
||
static final int | JUSTIFIED_LOW | |
Aligns the text with an adjusted kashida length for Arabic text.
|
||
static final int | THAI_DISTRIBUTED | |
Distributes Thai text specially, because each character is treated as a word.
|
public static final int BOTTOM
public static final int CENTER
public static final int CENTER_ACROSS
public static final int DISTRIBUTED
public static final int FILL
public static final int GENERAL
public static final int JUSTIFY
public static final int LEFT
public static final int RIGHT
public static final int TOP
public static final int JUSTIFIED_LOW
public static final int THAI_DISTRIBUTED