Save This Page
Home » jexcelapi_2_6_8 » jxl.format » [javadoc | source]
jxl.format
public final class: ScriptStyle [javadoc | source]
java.lang.Object
   jxl.format.ScriptStyle
Enumeration class which contains the various script styles available within the standard Excel ScriptStyle palette
Field Summary
public static final  ScriptStyle NORMAL_SCRIPT     
public static final  ScriptStyle SUPERSCRIPT     
public static final  ScriptStyle SUBSCRIPT     
Constructor:
 protected ScriptStyle(int val,
    String s) 
    Private constructor
    Parameters:
    val -
    s - the display string
Method from jxl.format.ScriptStyle Summary:
getDescription,   getStyle,   getValue
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.format.ScriptStyle Detail:
 public String getDescription() 
    Gets the string description for display purposes
 public static ScriptStyle getStyle(int val) 
    Gets the ScriptStyle from the value
 public int getValue() 
    Gets the value of this style. This is the value that is written to the generated Excel file