java.lang.Objectjxl.format.Alignment
Direct Known Subclasses:
Alignment
Field Summary | ||
---|---|---|
public static Alignment | GENERAL | The standard alignment |
public static Alignment | LEFT | Data cells with this alignment will appear at the left hand edge of the cell |
public static Alignment | CENTRE | Data in cells with this alignment will be centred |
public static Alignment | RIGHT | Data in cells with this alignment will be right aligned |
public static Alignment | FILL | Data in cells with this alignment will fill the cell |
public static Alignment | JUSTIFY | Data in cells with this alignment will be justified |
Constructor: |
---|
|
Method from jxl.format.Alignment Summary: |
---|
getAlignment, getDescription, getValue |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from jxl.format.Alignment Detail: |
---|
|
|
|