Package jxl.format

Class BoldStyle

  • Direct Known Subclasses:
    BoldStyle

    public class BoldStyle
    extends java.lang.Object
    Enumeration class containing the various bold styles for data
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

      • NORMAL

        public static final BoldStyle NORMAL
        Normal style
      • BOLD

        public static final 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 java.lang.String getDescription()
        Gets the string description of the bold style