![]() |
||
Home Products Purchase Downloads Demos Forums Blogs Ticket Wiki API Corporate |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CellValueType
Specifies a cell value type.
cell value type | Cell.getValue() returns |
---|---|
CellValueType.NULL | null |
CellValueType.BOOLEAN | Boolean |
CellValueType.DATETIME | Calendar |
CellValueType.STRING | String |
CellValueType.INT | Integer |
CellValueType.DOULE | Double |
CellValueType.RICH_TEXT_STRING | String |
CellValueType.FORMULA | null |
Field Summary | |
---|---|
static short |
BOOLEAN
Cell value is boolean. |
static short |
DATETIME
Cell value is datetime. |
static short |
DOUBLE
Cell value is double. |
static short |
FORMULA
Cell value is formula. |
static short |
INT
Cell value is int. |
static short |
NULL
Cell value is null. |
static short |
RICH_TEXT_STRING
Cell value is rich text string. |
static short |
STRING
Cell value is string. |
Field Detail |
---|
static final short NULL
static final short BOOLEAN
static final short DATETIME
static final short STRING
static final short INT
static final short DOUBLE
static final short RICH_TEXT_STRING
static final short FORMULA
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |