|
ASPOSE home |
java.lang.Objectcom.aspose.words.PageVerticalAlignment
public class PageVerticalAlignment
Field Summary | ||
---|---|---|
static final int | BOTTOM | |
Text is aligned at the bottom of the page. | ||
static final int | CENTER | |
Text is aligned in the middle of the page. | ||
static final int | JUSTIFY | |
Text is spread to fill the page. | ||
static final int | TOP | |
Text is aligned at the top of the page. |
Field Detail |
---|
BOTTOM | |
public static final int BOTTOM |
CENTER | |
public static final int CENTER |
JUSTIFY | |
public static final int JUSTIFY |
TOP | |
public static final int TOP |
|
ASPOSE home |