Save This Page
Home » jexcelapi_2_6_8 » jxl.format » [javadoc | source]
jxl.format
public class: BoldStyle [javadoc | source]
java.lang.Object
   jxl.format.BoldStyle

Direct Known Subclasses:
    BoldStyle

Enumeration class containing the various bold styles for data
Field Summary
public static final  BoldStyle NORMAL    Normal style 
public static final  BoldStyle BOLD    Emboldened style 
Constructor:
 protected BoldStyle(int val,
    String s) 
    Constructor
    Parameters:
    val -
Method from jxl.format.BoldStyle Summary:
getDescription,   getValue
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from jxl.format.BoldStyle Detail:
 public String getDescription() 
    Gets the string description of the bold style
 public int getValue() 
    Gets the value of the bold weight. This is the value that will be written to the generated Excel file.