Home » JCraft » jxl » format » [javadoc | source]
jxl.format
public final class: Orientation [javadoc | source]
java.lang.Object
   jxl.format.Orientation
Enumeration type which describes the orientation of data within a cell
Field Summary
public static  Orientation HORIZONTAL    Cells with this specified orientation will be horizontal 
public static  Orientation VERTICAL    Cells with this specified orientation have their data presented vertically 
public static  Orientation PLUS_90    Cells with this specified orientation will have their data presented with a rotation of 90 degrees upwards 
public static  Orientation MINUS_90    Cells with this specified orientation will have their data presented with a rotation of 90 degrees downwards 
public static  Orientation PLUS_45    Cells with this specified orientation will have their data presented with a rotation 45 degrees upwards 
public static  Orientation MINUS_45    Cells with this specified orientation will have their data presented with a rotation 45 degrees downwards 
public static  Orientation STACKED    Cells with this specified orientation will have their text stacked downwards, but not rotated 
Constructor:
 protected Orientation(int val,
    String s) 
    Constructor
    Parameters:
    val -
Method from jxl.format.Orientation Summary:
getDescription,   getOrientation,   getValue
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.format.Orientation Detail:
 public String getDescription() 
    Gets the textual description
 public static Orientation getOrientation(int val) 
    Gets the alignment from the value
 public int getValue() 
    Accessor for the binary value