public class VerticalAlignment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static VerticalAlignment |
BOTTOM
Cells with this specified vertical alignment will have their data
aligned at the bottom
|
static VerticalAlignment |
CENTRE
Cells with this specified vertical alignment will have their data
aligned centrally
|
static VerticalAlignment |
JUSTIFY
Cells with this specified vertical alignment will have their data
justified
|
static VerticalAlignment |
TOP
Cells with this specified vertical alignment will have their data
aligned at the top
|
Modifier and Type | Method and Description |
---|---|
static VerticalAlignment |
getAlignment(int val)
Gets the alignment from the value
|
java.lang.String |
getDescription()
Gets the textual description
|
int |
getValue()
Accessor for the binary value
|
public static VerticalAlignment TOP
public static VerticalAlignment CENTRE
public static VerticalAlignment BOTTOM
public static VerticalAlignment JUSTIFY
public int getValue()
public java.lang.String getDescription()
public static VerticalAlignment getAlignment(int val)
val
-