xl.format
Class BoldStyle

System.Object
  extended byxl.format.BoldStyle
Direct Known Subclasses:
BoldStyle

public class BoldStyle
extends System.Object

Enumeration class containing the various bold styles for data


Field Summary
static BoldStyle BOLD
          Emboldened style
static BoldStyle NORMAL
          Normal style
 
Method Summary
 System.String getDescription()
          Gets the string description of the bold style
 int getValue()
          Gets the value of the bold weight.
 
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static readonly BoldStyle NORMAL
Normal style


BOLD

public static readonly BoldStyle BOLD
Emboldened style

Method Detail

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

public System.String getDescription()
Gets the string description of the bold style