java.lang.Object
com.aspose.words.HtmlFixedPageHorizontalAlignment
public class HtmlFixedPageHorizontalAlignment
| Field Summary | ||
|---|---|---|
static final int | LEFT | |
| Align pages to the left. | ||
static final int | CENTER | |
| Center pages. This is the default value. | ||
static final int | RIGHT | |
| Align pages to the right. | ||
| Field Detail |
|---|
LEFT = 0 | |
public static final int LEFT | |
CENTER = 1 | |
public static final int CENTER | |
RIGHT = 2 | |
public static final int RIGHT | |