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 |
| Method from jxl.format.BoldStyle Detail: |
public String getDescription() {
return string;
}
Gets the string description of the bold style |
public int getValue() {
return value ;
}
Gets the value of the bold weight. This is the value that will be
written to the generated Excel file. |