|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jxl.format.UnderlineStyle
Enumeration class which contains the various underline styles available within the standard Excel UnderlineStyle palette
Field Summary | |
static UnderlineStyle |
DOUBLE
|
static UnderlineStyle |
DOUBLE_ACCOUNTING
|
static UnderlineStyle |
NO_UNDERLINE
|
static UnderlineStyle |
SINGLE
|
static UnderlineStyle |
SINGLE_ACCOUNTING
|
Method Summary | |
java.lang.String |
getDescription()
Gets the string description for display purposes |
static UnderlineStyle |
getStyle(int val)
Gets the UnderlineStyle from the value |
int |
getValue()
Gets the value of this style. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final UnderlineStyle NO_UNDERLINE
public static final UnderlineStyle SINGLE
public static final UnderlineStyle DOUBLE
public static final UnderlineStyle SINGLE_ACCOUNTING
public static final UnderlineStyle DOUBLE_ACCOUNTING
Method Detail |
public int getValue()
public java.lang.String getDescription()
public static UnderlineStyle getStyle(int val)
val
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |