java.lang.Objectcom.pdfjet.TextAlign
public class TextAlign
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 |
|---|
public static final int TOP
public static final int BOTTOM
public static final int CENTER
| Constructor Detail |
|---|
public TextAlign()