aspose.pdf
Class BoxHorizontalAlignmentType

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

public final class BoxHorizontalAlignmentType
extends EnumerationBase

Enumerates the rules for horizontal alignment of floating box.


Field Summary
static BoxHorizontalAlignmentType Center
          Center alignment.
static BoxHorizontalAlignmentType Left
          Left alignment.
static BoxHorizontalAlignmentType None
           No alignment type is used.
static BoxHorizontalAlignmentType Right
          Right alignment.
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Right

public static final BoxHorizontalAlignmentType Right
Right alignment.


Center

public static final BoxHorizontalAlignmentType Center
Center alignment.


Left

public static final BoxHorizontalAlignmentType Left
Left alignment.


None

public static final BoxHorizontalAlignmentType None
No alignment type is used. This means the box is positioned using coordinates.