Uses of Class
org.apache.poi.ss.format.CellFormatType

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)