|
ASPOSE home |
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 | |
public static final int TOP |
CENTER | |
public static final int CENTER |
BOTTOM | |
public static final int BOTTOM |
|
ASPOSE home |