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