java.lang.Object
com.aspose.cells.PageLayoutAlignmentType
public class PageLayoutAlignmentType
| Field Summary | ||
|---|---|---|
static final int | BOTTOM | |
| Represents bottom page layout alignment. | ||
static final int | CENTER | |
| Represents center page layout alignment. | ||
static final int | LEFT | |
| Represents left page layout alignment. | ||
static final int | RIGHT | |
| Represents right page layout alignment. | ||
static final int | TOP | |
| Represents top page layout alignment. | ||
| Field Detail |
|---|
BOTTOM | |
public static final int BOTTOM | |
CENTER | |
public static final int CENTER | |
LEFT | |
public static final int LEFT | |
RIGHT | |
public static final int RIGHT | |
TOP | |
public static final int TOP | |