|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellFormatType | |
---|---|
org.apache.poi.ss.format | This package contains classes that implement cell formatting |
Uses of CellFormatType in org.apache.poi.ss.format |
---|
Fields in org.apache.poi.ss.format declared as CellFormatType | |
---|---|
static CellFormatType |
CellFormatType.DATE
A date format. |
static CellFormatType |
CellFormatType.ELAPSED
An elapsed time format. |
static CellFormatType |
CellFormatType.GENERAL
The general (default) format; also used for "General". |
static CellFormatType |
CellFormatType.NUMBER
A numeric format. |
static CellFormatType |
CellFormatType.TEXT
A text format. |
Methods in org.apache.poi.ss.format with parameters of type CellFormatType | |
---|---|
static java.lang.StringBuffer |
CellFormatPart.parseFormat(java.lang.String fdesc,
CellFormatType type,
org.apache.poi.ss.format.CellFormatPart.PartHandler partHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |