Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate

com.aspose.pdf.elements
Class AlignmentType

java.lang.Object
  extended bycom.aspose.pdf.elements.AlignmentType

public class AlignmentType
extends java.lang.Object

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

Center

public static final int Center
Center alignment.

See Also:
Constant Field Values

Left

public static final int Left
Left alignment.

See Also:
Constant Field Values

Right

public static final int Right
Right alignment.

See Also:
Constant Field Values

Justify

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

See Also:
Constant Field Values

FullJustify

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

See Also:
Constant Field Values
Constructor Detail

AlignmentType

public AlignmentType()