|
java.lang.Object
com.aspose.words.CellVerticalAlignment
public class CellVerticalAlignment - extends java.lang.Object
Utility class containing constants.
Specifies vertical justification of text inside a table cell.
|
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.
|
TOP | |
public static final int TOP |
-
Text is aligned at the top of a cell.
CENTER | |
public static final int CENTER |
-
Text is aligned in the middle of a cell.
BOTTOM | |
public static final int BOTTOM |
-
Text is aligned at the bottom of the cell.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|