org.apache.poi.ss.format
Class CellFormatType

java.lang.Object
  extended by org.apache.poi.ss.format.CellFormatType

public class CellFormatType
extends java.lang.Object

The different kinds of formats that the formatter understands.

Author:
Ken Arnold, Industrious Media LLC

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

GENERAL

public static final CellFormatType GENERAL
The general (default) format; also used for "General".


NUMBER

public static final CellFormatType NUMBER
A numeric format.


DATE

public static final CellFormatType DATE
A date format.


ELAPSED

public static final CellFormatType ELAPSED
An elapsed time format.


TEXT

public static final CellFormatType TEXT
A text format.

Constructor Detail

CellFormatType

public CellFormatType()