java.lang.Objectcom.aspose.words.RelativeHorizontalPosition
public class RelativeHorizontalPosition
Field Summary | ||
---|---|---|
static final int | MARGIN | |
Specifies that the horizontal positioning shall be relative to the page margins. | ||
static final int | PAGE | |
The object is positioned relative to the left edge of the page. | ||
static final int | COLUMN | |
The object is positioned relative to the left side of the column. | ||
static final int | CHARACTER | |
The object is positioned relative to the left side of the paragraph. | ||
static final int | LEFT_MARGIN | |
Specifies that the horizontal positioning shall be relative to the left margin of the page. | ||
static final int | RIGHT_MARGIN | |
Specifies that the horizontal positioning shall be relative to the right margin of the page. | ||
static final int | INSIDE_MARGIN | |
Specifies that the horizontal positioning shall be relative to the inside margin of the current page (the left margin on odd pages, right on even pages). | ||
static final int | OUTSIDE_MARGIN | |
Specifies that the horizontal positioning shall be relative to the outside margin of the current page (the right margin on odd pages, left on even pages). | ||
static final int | DEFAULT | |
Default value is |
Field Detail |
---|
MARGIN = 0 | |
public static final int MARGIN |
PAGE = 1 | |
public static final int PAGE |
COLUMN = 2 | |
public static final int COLUMN |
CHARACTER = 3 | |
public static final int CHARACTER |
LEFT_MARGIN = 4 | |
public static final int LEFT_MARGIN |
RIGHT_MARGIN = 5 | |
public static final int RIGHT_MARGIN |
INSIDE_MARGIN = 6 | |
public static final int INSIDE_MARGIN |
OUTSIDE_MARGIN = 7 | |
public static final int OUTSIDE_MARGIN |
DEFAULT = 2 | |
public static final int DEFAULT |