jxl.format
Class UnderlineStyle
java.lang.Object
jxl.format.UnderlineStyle
public final class UnderlineStyle
extends java.lang.Object
Enumeration class which contains the various underline styles available
within the standard Excel UnderlineStyle palette
getDescription
public String getDescription()
Gets the string description for display purposes
getStyle
public static UnderlineStyle getStyle(int val)
Gets the UnderlineStyle from the value
- the UnderlineStyle with that value
getValue
public int getValue()
Gets the value of this style. This is the value that is written to
the generated Excel file