| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjxl.format.VerticalAlignment
Enumeration type which describes the vertical alignment of data within a cell
| Field Summary | |
| static VerticalAlignment | BOTTOMCells with this specified vertical alignment will have their data aligned at the bottom | 
| static VerticalAlignment | CENTRECells with this specified vertical alignment will have their data aligned centrally | 
| static VerticalAlignment | JUSTIFYCells with this specified vertical alignment will have their data justified | 
| static VerticalAlignment | TOPCells with this specified vertical alignment will have their data aligned at the top | 
| 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 | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static VerticalAlignment TOP
public static VerticalAlignment CENTRE
public static VerticalAlignment BOTTOM
public static VerticalAlignment JUSTIFY
| 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||