public final class CellVerticalAlignment
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM
Text is aligned at the bottom of the cell.
|
static int |
CENTER
Text is aligned in the middle of a cell.
|
static int |
length |
static int |
TOP
Text is aligned at the top of a cell.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String cellVerticalAlignmentName) |
static java.lang.String |
getName(int cellVerticalAlignment) |
static int[] |
getValues() |
static java.lang.String |
toString(int cellVerticalAlignment) |