jxl.format
Class VerticalAlignment
java.lang.Object
jxl.format.VerticalAlignment
public class VerticalAlignment
extends java.lang.Object
Enumeration type which describes the vertical alignment of data within a cell
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
|
BOTTOM
public static VerticalAlignment BOTTOM
Cells with this specified vertical alignment will have their data
aligned at the bottom
CENTRE
public static VerticalAlignment CENTRE
Cells with this specified vertical alignment will have their data
aligned centrally
JUSTIFY
public static VerticalAlignment JUSTIFY
Cells with this specified vertical alignment will have their data
justified
TOP
public static VerticalAlignment TOP
Cells with this specified vertical alignment will have their data
aligned at the top
getAlignment
public static VerticalAlignment getAlignment(int val)
Gets the alignment from the value
- the alignment with that value
getDescription
public String getDescription()
Gets the textual description
getValue
public int getValue()
Accessor for the binary value
- the internal binary value