|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjxl.format.BoldStyle
public class BoldStyle
Enumeration class containing the various bold styles for data
Field Summary | |
---|---|
static BoldStyle |
BOLD
Emboldened style |
static BoldStyle |
NORMAL
Normal style |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final BoldStyle BOLD
public static final BoldStyle NORMAL
Method Detail |
---|
public java.lang.String getDescription()
public int getValue()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |