Package net.atthegate.server.service.pdf
Class Align
java.lang.Object
net.atthegate.server.service.pdf.Align
Used to specify the text alignment in paragraphs.
See the Paragraph class for more details.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LEFT
public static final int LEFT- See Also:
-
CENTER
public static final int CENTER- See Also:
-
RIGHT
public static final int RIGHT- See Also:
-
JUSTIFY
public static final int JUSTIFY- See Also:
-
TOP
public static final int TOP- See Also:
-
BOTTOM
public static final int BOTTOM- See Also:
-
-
Constructor Details
-
Align
public Align()
-