java.lang.Objectcom.aspose.words.RelativeVerticalPosition
public class RelativeVerticalPosition
Field Summary | ||
---|---|---|
static final int | MARGIN | |
Specifies that the vertical positioning shall be relative to the page margins. | ||
static final int | PAGE | |
The object is positioned relative to the top edge of the page. | ||
static final int | PARAGRAPH | |
The object is positioned relative to the top of the paragraph that contains the anchor. | ||
static final int | LINE | |
Undocumented. | ||
static final int | TOP_MARGIN | |
Specifies that the vertical positioning shall be relative to the top margin of the current page. | ||
static final int | BOTTOM_MARGIN | |
Specifies that the vertical positioning shall be relative to the bottom margin of the current page. | ||
static final int | INSIDE_MARGIN | |
Specifies that the vertical positioning shall be relative to the inside margin of the current page. | ||
static final int | OUTSIDE_MARGIN | |
Specifies that the vertical positioning shall be relative to the outside margin of the current page. | ||
static final int | TABLE_DEFAULT | |
Default value is |
||
static final int | TEXT_FRAME_DEFAULT | |
Default value is |
Field Detail |
---|
MARGIN = 0 | |
public static final int MARGIN |
PAGE = 1 | |
public static final int PAGE |
PARAGRAPH = 2 | |
public static final int PARAGRAPH |
LINE = 3 | |
public static final int LINE |
TOP_MARGIN = 4 | |
public static final int TOP_MARGIN |
BOTTOM_MARGIN = 5 | |
public static final int BOTTOM_MARGIN |
INSIDE_MARGIN = 6 | |
public static final int INSIDE_MARGIN |
OUTSIDE_MARGIN = 7 | |
public static final int OUTSIDE_MARGIN |
TABLE_DEFAULT = 0 | |
public static final int TABLE_DEFAULT |
TEXT_FRAME_DEFAULT = 2 | |
public static final int TEXT_FRAME_DEFAULT |