Package jxl.format
Class UnderlineStyle
java.lang.Object
jxl.format.UnderlineStyle
Enumeration class which contains the various underline styles available
within the standard Excel UnderlineStyle palette
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UnderlineStyle
static final UnderlineStyle
static final UnderlineStyle
static final UnderlineStyle
static final UnderlineStyle
-
Method Summary
Modifier and TypeMethodDescriptionGets the string description for display purposesstatic UnderlineStyle
getStyle
(int val) Gets the UnderlineStyle from the valueint
getValue()
Gets the value of this style.
-
Field Details
-
NO_UNDERLINE
-
SINGLE
-
DOUBLE
-
SINGLE_ACCOUNTING
-
DOUBLE_ACCOUNTING
-
-
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
Gets the string description for display purposes- Returns:
- the string description
-
getStyle
Gets the UnderlineStyle from the value- Parameters:
val
-- Returns:
- the UnderlineStyle with that value
-