public final class WordProcessingRelativeHorizontalPosition extends Object
Specifies to what the horizontal position of an object is relative.
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 |
InsideMargin
Specifies that the horizontal positioning is relative to the inside margin
of the current page (the left margin on odd pages, right on even pages).
|
static int |
LeftMargin
Specifies that the horizontal positioning is relative to the left margin of the page.
|
static int |
Margin
Specifies that the horizontal positioning is relative to the page margins.
|
static int |
OutsideMargin
Specifies that the horizontal positioning is 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 |
RightMargin
Specifies that the horizontal positioning is relative to the right margin of the page.
|
public static final int Margin
Specifies that the horizontal positioning is relative to the page margins.
public static final int Page
The object is positioned relative to the left edge of the page.
public static final int Column
The object is positioned relative to the left side of the column.
public static final int Character
The object is positioned relative to the left side of the paragraph.
public static final int LeftMargin
Specifies that the horizontal positioning is relative to the left margin of the page.
public static final int RightMargin
Specifies that the horizontal positioning is relative to the right margin of the page.
public static final int InsideMargin
Specifies that the horizontal positioning is relative to the inside margin of the current page (the left margin on odd pages, right on even pages).
public static final int OutsideMargin
Specifies that the horizontal positioning is relative to the outside margin of the current page (the right margin on odd pages, left on even pages).