java.lang.Objectcom.aspose.words.CellVerticalAlignment
public class CellVerticalAlignment
Field Summary | ||
---|---|---|
static final int | TOP | |
Text is aligned at the top of a cell. | ||
static final int | CENTER | |
Text is aligned in the middle of a cell. | ||
static final int | BOTTOM | |
Text is aligned at the bottom of the cell. |
Field Detail |
---|
TOP = 0 | |
public static final int TOP |
CENTER = 1 | |
public static final int CENTER |
BOTTOM = 2 | |
public static final int BOTTOM |