|
ASPOSE home |
java.lang.Objectcom.aspose.words.RelativeHorizontalPosition
public class RelativeHorizontalPosition
Field Summary | ||
---|---|---|
static final int | MARGIN | |
The object is positioned relative to the left page margin. | ||
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. |
Field Detail |
---|
MARGIN | |
public static final int MARGIN |
PAGE | |
public static final int PAGE |
COLUMN | |
public static final int COLUMN |
CHARACTER | |
public static final int CHARACTER |
|
ASPOSE home |