Package jxl.format

Class BoldStyle

java.lang.Object
jxl.format.BoldStyle
Direct Known Subclasses:
BoldStyle

public class BoldStyle extends Object
Enumeration class containing the various bold styles for data
  • Field Details

    • NORMAL

      public static final BoldStyle NORMAL
      Normal style
    • BOLD

      public static final BoldStyle 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

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