WordProcessingRelativeHorizontalPosition
Leave feedback
On this page
Inheritance: java.lang.Object
public final class WordProcessingRelativeHorizontalPosition
Specifies to what the horizontal position of an object is relative.
| Field | Description |
|---|---|
| Margin | Specifies that the horizontal positioning is relative to the page margins. |
| Page | The object is positioned relative to the left edge of the page. |
| Column | The object is positioned relative to the left side of the column. |
| Character | The object is positioned relative to the left side of the paragraph. |
| LeftMargin | Specifies that the horizontal positioning is relative to the left margin of the page. |
| RightMargin | Specifies that the horizontal positioning is relative to the right margin of the page. |
| 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). |
| 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). |
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).
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.