Package jxl.format
Class BoldStyle
java.lang.Object
jxl.format.BoldStyle
- Direct Known Subclasses:
BoldStyle
Enumeration class containing the various bold styles for data
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGets the string description of the bold styleint
getValue()
Gets the value of the bold weight.
-
Field Details
-
NORMAL
Normal style -
BOLD
Emboldened style
-
-
Method Details
-
getValue
public int getValue()Gets the value of the bold weight. This is the value that will be written to the generated Excel file.- Returns:
- the bold weight
-
getDescription
Gets the string description of the bold style
-