com.pdfjet
Class TextAlign

java.lang.Object
  extended by com.pdfjet.TextAlign

public class TextAlign
extends java.lang.Object

Used to specify the vertical text alignment in the TextBox class.


Field Summary
static int BOTTOM
           
static int CENTER
           
static int TOP
           
 
Constructor Summary
TextAlign()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOP

public static final int TOP
See Also:
Constant Field Values

BOTTOM

public static final int BOTTOM
See Also:
Constant Field Values

CENTER

public static final int CENTER
See Also:
Constant Field Values
Constructor Detail

TextAlign

public TextAlign()