jxl.format
Class BoldStyle
public class BoldStyle
extends java.lang.Object
Enumeration class containing the various bold styles for data
String | getDescription() - Gets the string description of the bold style
|
int | getValue() - Gets the value of the bold weight.
|
BOLD
public static final BoldStyle BOLD
Emboldened style
NORMAL
public static final BoldStyle NORMAL
Normal style
getDescription
public String getDescription()
Gets the string description of the bold style
getValue
public int getValue()
Gets the value of the bold weight. This is the value that will be
written to the generated Excel file.