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