|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.ss.usermodel.FontUnderline
public class FontUnderline
the different types of possible underline formatting
Field Summary | |
---|---|
static FontUnderline |
DOUBLE
Double-line underlining under each character in the cell. |
static FontUnderline |
DOUBLE_ACCOUNTING
Double-line accounting underlining under each character in the cell. |
static FontUnderline |
NONE
No underline. |
static FontUnderline |
SINGLE
Single-line underlining under each character in the cell. |
static FontUnderline |
SINGLE_ACCOUNTING
Single-line accounting underlining under each character in the cell. |
Method Summary | |
---|---|
byte |
getByteValue()
|
int |
getValue()
|
static FontUnderline |
valueOf(byte value)
|
static FontUnderline |
valueOf(int value)
|
static FontUnderline[] |
values()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final FontUnderline SINGLE
public static final FontUnderline DOUBLE
public static final FontUnderline SINGLE_ACCOUNTING
public static final FontUnderline DOUBLE_ACCOUNTING
public static final FontUnderline NONE
Method Detail |
---|
public static FontUnderline[] values()
public int getValue()
public byte getByteValue()
public static FontUnderline valueOf(int value)
public static FontUnderline valueOf(byte value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |