WordProcessingRelativeVerticalPosition
Leave feedback
On this page
Inheritance: java.lang.Object
public final class WordProcessingRelativeVerticalPosition
Specifies to what the vertical position of an object is relative.
| Field | Description |
|---|---|
| Margin | Specifies that the vertical positioning is relative to the page margins. |
| Page | The object is positioned relative to the top edge of the page. |
| Paragraph | The object is positioned relative to the top of the paragraph that contains the anchor. |
| Line | Undocumented feature. |
| TopMargin | Specifies that the vertical positioning is relative to the top margin of the current page. |
| BottomMargin | Specifies that the vertical positioning is relative to the bottom margin of the current page. |
| InsideMargin | Specifies that the vertical positioning is relative to the inside margin of the current page. |
| OutsideMargin | Specifies that the vertical positioning is relative to the outside margin of the current page. |
public static final int Margin
Specifies that the vertical positioning is relative to the page margins.
public static final int Page
The object is positioned relative to the top edge of the page.
public static final int Paragraph
The object is positioned relative to the top of the paragraph that contains the anchor.
public static final int Line
Undocumented feature.
public static final int TopMargin
Specifies that the vertical positioning is relative to the top margin of the current page.
public static final int BottomMargin
Specifies that the vertical positioning is relative to the bottom margin of the current page.
public static final int InsideMargin
Specifies that the vertical positioning is relative to the inside margin of the current page.
public static final int OutsideMargin
Specifies that the vertical positioning is relative to the outside margin of the current page.
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.