com.pdfjet
Class Align
java.lang.Object
com.pdfjet.Align
public class Align
- extends java.lang.Object
Used to specify the text alignment in paragraphs.
See the Paragraph class for more details.
Constructor Summary |
Align()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LEFT
public static final int LEFT
- See Also:
- Constant Field Values
CENTER
public static final int CENTER
- See Also:
- Constant Field Values
RIGHT
public static final int RIGHT
- See Also:
- Constant Field Values
JUSTIFY
public static final int JUSTIFY
- See Also:
- Constant Field Values
TOP
public static final int TOP
- See Also:
- Constant Field Values
BOTTOM
public static final int BOTTOM
- See Also:
- Constant Field Values
Align
public Align()