|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.EnumerationBase
aspose.pdf.AlignmentType
public class AlignmentType
Enumerates the alignment types.
Field Summary | |
---|---|
static AlignmentType |
Center
Center alignment. |
static AlignmentType |
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 AlignmentType |
Justify
Justify alignment. |
static AlignmentType |
Left
Left alignment. |
static AlignmentType |
Right
Right alignment. |
Fields inherited from class aspose.pdf.EnumerationBase |
---|
value |
Method Summary |
---|
Methods inherited from class aspose.pdf.EnumerationBase |
---|
getValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final AlignmentType Left
public static final AlignmentType Center
public static final AlignmentType Right
public static final AlignmentType Justify
public static final AlignmentType FullJustify
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |