|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.ss.format.CellFormatType
public class CellFormatType
The different kinds of formats that the formatter understands.
Field Summary | |
---|---|
static CellFormatType |
DATE
A date format. |
static CellFormatType |
ELAPSED
An elapsed time format. |
static CellFormatType |
GENERAL
The general (default) format; also used for "General". |
static CellFormatType |
NUMBER
A numeric format. |
static CellFormatType |
TEXT
A text format. |
Constructor Summary | |
---|---|
CellFormatType()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CellFormatType GENERAL
public static final CellFormatType NUMBER
public static final CellFormatType DATE
public static final CellFormatType ELAPSED
public static final CellFormatType TEXT
Constructor Detail |
---|
public CellFormatType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |