|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.pdf.elements.AlignmentType
Enumerates the alignment types.
Field Summary | |
static int |
Center
Center alignment. |
static int |
FullJustify
Similar to 'Justify' alignment, except that the very last line will only be left-aligned in 'Justify' mode, while in 'FullJustify' mode all lines will be left- and right-aligned. |
static int |
Justify
Justify alignment. |
static int |
Left
Left alignment. |
static int |
Right
Right alignment. |
Constructor Summary | |
AlignmentType()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int Center
public static final int Left
public static final int Right
public static final int Justify
public static final int FullJustify
Constructor Detail |
public AlignmentType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |