public class PageAreaType
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static PageAreaType |
BOTTOM |
|
static PageAreaType |
BOTTOM_CENTER |
|
static PageAreaType |
BOTTOM_LEFT |
|
static PageAreaType |
BOTTOM_LEFT_CORNER |
|
static PageAreaType |
BOTTOM_RIGHT |
|
static PageAreaType |
BOTTOM_RIGHT_CORNER |
|
static PageAreaType |
CONTENT |
|
static PageAreaType |
LEFT_BOTTOM |
|
static PageAreaType |
LEFT_MIDDLE |
|
static PageAreaType |
LEFT_TOP |
|
static PageAreaType |
RIGHT_BOTTOM |
|
static PageAreaType |
RIGHT_MIDDLE |
|
static PageAreaType |
RIGHT_TOP |
|
static PageAreaType |
TOP |
|
static PageAreaType |
TOP_CENTER |
|
static PageAreaType |
TOP_LEFT |
|
static PageAreaType |
TOP_LEFT_CORNER |
|
static PageAreaType |
TOP_RIGHT |
|
static PageAreaType |
TOP_RIGHT_CORNER |
Modifier and Type | Method | Description |
---|---|---|
int |
getIndex() |
|
static int |
getMaxIndex() |
|
java.lang.String |
getName() |
|
static PageAreaType[] |
getPageAreas() |
|
java.lang.String |
toString() |
public static final PageAreaType TOP
public static final PageAreaType TOP_LEFT_CORNER
public static final PageAreaType TOP_LEFT
public static final PageAreaType TOP_CENTER
public static final PageAreaType TOP_RIGHT
public static final PageAreaType TOP_RIGHT_CORNER
public static final PageAreaType LEFT_TOP
public static final PageAreaType LEFT_MIDDLE
public static final PageAreaType LEFT_BOTTOM
public static final PageAreaType RIGHT_TOP
public static final PageAreaType RIGHT_MIDDLE
public static final PageAreaType RIGHT_BOTTOM
public static final PageAreaType BOTTOM
public static final PageAreaType BOTTOM_LEFT_CORNER
public static final PageAreaType BOTTOM_LEFT
public static final PageAreaType BOTTOM_CENTER
public static final PageAreaType BOTTOM_RIGHT
public static final PageAreaType BOTTOM_RIGHT_CORNER
public static final PageAreaType CONTENT
public int getIndex()
public static int getMaxIndex()
public static PageAreaType[] getPageAreas()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getName()