public final class RelativeVerticalPosition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM_MARGIN
Specifies that the vertical positioning shall be relative to the bottom margin of the current page.
|
static int |
INSIDE_MARGIN
Specifies that the vertical positioning shall be relative to the inside margin of the current page.
|
static int |
length |
static int |
LINE
Undocumented.
|
static int |
MARGIN
Specifies that the vertical positioning shall be relative to the page margins.
|
static int |
OUTSIDE_MARGIN
Specifies that the vertical positioning shall be relative to the outside margin of the current page.
|
static int |
PAGE
The object is positioned relative to the top edge of the page.
|
static int |
PARAGRAPH
The object is positioned relative to the top of the paragraph that contains the anchor.
|
static int |
TABLE_DEFAULT
Default value is
MARGIN. |
static int |
TEXT_FRAME_DEFAULT
Default value is
PARAGRAPH. |
static int |
TOP_MARGIN
Specifies that the vertical positioning shall be relative to the top margin of the current page.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String relativeVerticalPositionName) |
static java.lang.String |
getName(int relativeVerticalPosition) |
static int[] |
getValues() |
static java.lang.String |
toString(int relativeVerticalPosition) |
public static final int MARGIN
public static final int PAGE
public static final int PARAGRAPH
public static final int LINE
public static final int TOP_MARGIN
public static final int BOTTOM_MARGIN
public static final int INSIDE_MARGIN
public static final int OUTSIDE_MARGIN
public static final int TABLE_DEFAULT
MARGIN.public static final int TEXT_FRAME_DEFAULT
PARAGRAPH.public static final int length