aspose.pdf
Class VerticalAlignmentType

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

public class VerticalAlignmentType
extends EnumerationBase

Enumerates the vertical alignment types.


Field Summary
static VerticalAlignmentType Bottom
          Bottom alignment type.
static VerticalAlignmentType Center
          Center alignment type.
static VerticalAlignmentType Top
          Top 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

Top

public static final VerticalAlignmentType Top
Top alignment.


Center

public static final VerticalAlignmentType Center
Center alignment type.


Bottom

public static final VerticalAlignmentType Bottom
Bottom alignment type.