|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--com.jrefinery.workbook.Cell
|
+--com.jrefinery.workbook.FormulaCell
A cell that contains a formula.
| Fields inherited from class com.jrefinery.workbook.Cell |
column, content, DATE, EXPRESSION, LABEL, row, VALUE, valueFormat, valueType |
| Constructor Summary | |
FormulaCell(java.lang.String formula,
int column,
int row)
Standard constructor. |
|
| Method Summary | |
void |
writeCell(java.io.PrintStream out,
java.lang.String indent)
Write the cell element. |
| Methods inherited from class com.jrefinery.workbook.Cell |
compareTo, getSerialNumber, writeContent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FormulaCell(java.lang.String formula,
int column,
int row)
formula - The formula.column - The column.row - The row.| Method Detail |
public void writeCell(java.io.PrintStream out,
java.lang.String indent)
writeCell in class Cellout - The output stream.indent - The indentation.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||