Package jxl.format

Class UnderlineStyle

java.lang.Object
jxl.format.UnderlineStyle

public final class UnderlineStyle extends Object
Enumeration class which contains the various underline styles available within the standard Excel UnderlineStyle palette
  • Field Details

  • Method Details

    • getValue

      public int getValue()
      Gets the value of this style. This is the value that is written to the generated Excel file
      Returns:
      the binary value
    • getDescription

      public String getDescription()
      Gets the string description for display purposes
      Returns:
      the string description
    • getStyle

      public static UnderlineStyle getStyle(int val)
      Gets the UnderlineStyle from the value
      Parameters:
      val -
      Returns:
      the UnderlineStyle with that value