|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.format.BoldStyle
Enumeration class containing the various bold styles for data
Field Summary | |
static BoldStyle |
BOLD
Emboldened style |
static BoldStyle |
NORMAL
Normal style |
private java.lang.String |
string
The description |
private int |
value
The bold weight |
Constructor Summary | |
protected |
BoldStyle(int val,
java.lang.String s)
Constructor |
Method Summary | |
java.lang.String |
getDescription()
Gets the string description of the bold style |
int |
getValue()
Gets the value of the bold weight. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private int value
private java.lang.String string
public static final BoldStyle NORMAL
public static final BoldStyle BOLD
Constructor Detail |
protected BoldStyle(int val, java.lang.String s)
val
- Method Detail |
public int getValue()
public java.lang.String getDescription()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |