Home » JCraft » jxl » format » [javadoc | source]
jxl.format
public class: VerticalAlignment [javadoc | source]
java.lang.Object
   jxl.format.VerticalAlignment

Direct Known Subclasses:
    VerticalAlignment

Enumeration type which describes the vertical alignment of data within a cell
Field Summary
public static  VerticalAlignment TOP    Cells with this specified vertical alignment will have their data aligned at the top 
public static  VerticalAlignment CENTRE    Cells with this specified vertical alignment will have their data aligned centrally 
public static  VerticalAlignment BOTTOM    Cells with this specified vertical alignment will have their data aligned at the bottom 
public static  VerticalAlignment JUSTIFY    Cells with this specified vertical alignment will have their data justified 
Constructor:
 protected VerticalAlignment(int val,
    String s) 
    Constructor
    Parameters:
    val -
Method from jxl.format.VerticalAlignment Summary:
getAlignment,   getDescription,   getValue
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.format.VerticalAlignment Detail:
 public static VerticalAlignment getAlignment(int val) 
    Gets the alignment from the value
 public String getDescription() 
    Gets the textual description
 public int getValue() 
    Accessor for the binary value