public final class PageVerticalAlignment
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM
Text is aligned at the bottom of the page.
|
static int |
CENTER
Text is aligned in the middle of the page.
|
static int |
JUSTIFY
Text is spread to fill the page.
|
static int |
length |
static int |
TOP
Text is aligned at the top of the page.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String pageVerticalAlignmentName) |
static java.lang.String |
getName(int pageVerticalAlignment) |
static int[] |
getValues() |
static java.lang.String |
toString(int pageVerticalAlignment) |
public static final int BOTTOM
public static final int CENTER
public static final int JUSTIFY
public static final int TOP
public static final int length