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