WordProcessingRelativeVerticalPosition

Inheritance: java.lang.Object

public final class WordProcessingRelativeVerticalPosition

Specifies to what the vertical position of an object is relative.

Fields

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.

Margin

public static final int Margin

Specifies that the vertical positioning is relative to the page margins.

Page

public static final int Page

The object is positioned relative to the top edge of the page.

Paragraph

public static final int Paragraph

The object is positioned relative to the top of the paragraph that contains the anchor.

Line

public static final int Line

Undocumented feature.

TopMargin

public static final int TopMargin

Specifies that the vertical positioning is relative to the top margin of the current page.

BottomMargin

public static final int BottomMargin

Specifies that the vertical positioning is relative to the bottom margin of the current page.

InsideMargin

public static final int InsideMargin

Specifies that the vertical positioning is relative to the inside margin of the current page.

OutsideMargin

public static final int OutsideMargin

Specifies that the vertical positioning is relative to the outside margin of the current page.