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