aspose.pdf
Class BoxVerticalAlignmentType

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

public final class BoxVerticalAlignmentType
extends EnumerationBase

Enumerates the rules for vertical alignment of floating box.


Field Summary
static BoxVerticalAlignmentType Bottom
          Bottom alignment.
static BoxVerticalAlignmentType Center
          Center alignment.
static BoxVerticalAlignmentType None
          No alignment type is used.
static BoxVerticalAlignmentType Top
          Top 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

Bottom

public static final BoxVerticalAlignmentType Bottom
Bottom alignment.


Center

public static final BoxVerticalAlignmentType Center
Center alignment.


Top

public static final BoxVerticalAlignmentType Top
Top alignment


None

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