jxl.format
Class BoldStyle

java.lang.Object
  extended byjxl.format.BoldStyle
Direct Known 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
 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

BOLD

public static final BoldStyle BOLD
Emboldened style


NORMAL

public static final BoldStyle NORMAL
Normal style

Method Detail

getDescription

public java.lang.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