com.aspose.pdf.elements
Class VerticalAlignmentType

java.lang.Object
  extended by com.aspose.pdf.elements.VerticalAlignmentType

public class VerticalAlignmentType
extends java.lang.Object

Enumerates the vertiacl alignment types.


Field Summary
static java.lang.String Bottom
          Bottom alignment type.
static java.lang.String Center
          Center alignment type.
static java.lang.String Top
          Top alignment.
 
Constructor Summary
VerticalAlignmentType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Top

public static final java.lang.String Top
Top alignment.

See Also:
Constant Field Values

Center

public static final java.lang.String Center
Center alignment type.

See Also:
Constant Field Values

Bottom

public static final java.lang.String Bottom
Bottom alignment type.

See Also:
Constant Field Values
Constructor Detail

VerticalAlignmentType

public VerticalAlignmentType()