|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.format.VerticalAlignment
Enumeration type which describes the vertical alignment of data within a cell
Field Summary | |
private static VerticalAlignment[] |
alignments
The list of alignments |
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 |
private java.lang.String |
string
The textual description |
static VerticalAlignment |
TOP
Cells with this specified vertical alignment will have their data aligned at the top |
private int |
value
The internal binary value which gets written to the generated Excel file |
Constructor Summary | |
protected |
VerticalAlignment(int val,
java.lang.String s)
Constructor |
Method Summary | |
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 |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int value
private java.lang.String string
private static VerticalAlignment[] alignments
public static VerticalAlignment TOP
public static VerticalAlignment CENTRE
public static VerticalAlignment BOTTOM
public static VerticalAlignment JUSTIFY
Constructor Detail |
protected VerticalAlignment(int val, java.lang.String s)
val
- Method Detail |
public int getValue()
public java.lang.String getDescription()
public static VerticalAlignment getAlignment(int val)
val
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |