aspose.pdf
Class AlignmentType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.AlignmentType

public class AlignmentType
extends EnumerationBase

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

Left

public static final AlignmentType Left
Left alignment.


Center

public static final AlignmentType Center
Center alignment.


Right

public static final AlignmentType Right
Right alignment.


Justify

public static final AlignmentType Justify
Justify alignment. Text will be aligned on both left and right margins.


FullJustify

public static final 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.