jxl.format

Class BoldStyle

Known Direct Subclasses:
BoldStyle

public class BoldStyle
extends java.lang.Object

Enumeration class containing the various bold styles for data

Field Summary

static BoldStyle
BOLD
Emboldened style
static BoldStyle
NORMAL
Normal style

Method Summary

String
getDescription()
Gets the string description of the bold style
int
getValue()
Gets the value of the bold weight.

Field Details

BOLD

public static final BoldStyle BOLD
Emboldened style

NORMAL

public static final BoldStyle NORMAL
Normal style

Method Details

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.
Returns:
the bold weight