|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.cete.dynamicpdf.TextAlign
Represents the Text Align.
| Field Summary | |
static TextAlign |
CENTER
Align center. |
static TextAlign |
FULL_JUSTIFY
Align justify including last line. |
static TextAlign |
JUSTIFY
Align justify. |
static TextAlign |
LEFT
Align left. |
static TextAlign |
RIGHT
Align right. |
| Method Summary | |
int |
getValue()
Gets the enumeration constant value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final TextAlign LEFT
public static final TextAlign CENTER
public static final TextAlign RIGHT
public static final TextAlign JUSTIFY
public static final TextAlign FULL_JUSTIFY
| Method Detail |
public int getValue()
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||