org.jfree.workbook
Interface CellConstants

All Known Implementing Classes:
Cell

public interface CellConstants

Useful cell constants.


Field Summary
static int DATE_TYPE
          Constant for date cell.
static int EXPRESSION_TYPE
          Constant for formula cell.
static int LABEL_TYPE
          Constant for label cell.
static int VALUE_TYPE
          Constant for value cell.
 

Field Detail

EXPRESSION_TYPE

public static final int EXPRESSION_TYPE
Constant for formula cell.

See Also:
Constant Field Values

DATE_TYPE

public static final int DATE_TYPE
Constant for date cell.

See Also:
Constant Field Values

VALUE_TYPE

public static final int VALUE_TYPE
Constant for value cell.

See Also:
Constant Field Values

LABEL_TYPE

public static final int LABEL_TYPE
Constant for label cell.

See Also:
Constant Field Values