public final class RelativeHorizontalPosition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CHARACTER
The object is positioned relative to the left side of the paragraph.
|
static int |
COLUMN
The object is positioned relative to the left side of the column.
|
static int |
DEFAULT
Default value is
COLUMN. |
static int |
INSIDE_MARGIN
Specifies that the horizontal positioning shall be relative to the inside margin of the current page (the left margin on odd pages, right on even pages).
|
static int |
LEFT_MARGIN
Specifies that the horizontal positioning shall be relative to the left margin of the page.
|
static int |
length |
static int |
MARGIN
Specifies that the horizontal positioning shall be relative to the page margins.
|
static int |
OUTSIDE_MARGIN
Specifies that the horizontal positioning shall be relative to the outside margin of the current page (the right margin on odd pages, left on even pages).
|
static int |
PAGE
The object is positioned relative to the left edge of the page.
|
static int |
RIGHT_MARGIN
Specifies that the horizontal positioning shall be relative to the right margin of the page.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String relativeHorizontalPositionName) |
static java.lang.String |
getName(int relativeHorizontalPosition) |
static int[] |
getValues() |
static java.lang.String |
toString(int relativeHorizontalPosition) |
public static final int MARGIN
public static final int PAGE
public static final int COLUMN
public static final int CHARACTER
public static final int LEFT_MARGIN
public static final int RIGHT_MARGIN
public static final int INSIDE_MARGIN
public static final int OUTSIDE_MARGIN
public static final int DEFAULT
COLUMN.public static final int length
public static java.lang.String getName(int relativeHorizontalPosition)
public static java.lang.String toString(int relativeHorizontalPosition)
public static int fromName(java.lang.String relativeHorizontalPositionName)
public static int[] getValues()