Package jxl.format

Class UnderlineStyle


  • public final class UnderlineStyle
    extends java.lang.Object
    Enumeration class which contains the various underline styles available within the standard Excel UnderlineStyle palette
    • Method Detail

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