|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.jrefinery.workbook.Cells
Represents the cells in a worksheet.
| Field Summary | |
protected java.util.ArrayList |
rows
A list of the rows of cells. |
| Constructor Summary | |
Cells()
Default constructor. |
|
| Method Summary | |
void |
add(Cell cell)
Adds the specified cell to the collection of cells (if the cell already exists it is replaced). |
void |
writeCells(java.io.PrintStream out,
java.lang.String indent)
Writes the cells to the specified stream in the format required by the Gnumeric XML file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.ArrayList rows
| Constructor Detail |
public Cells()
| Method Detail |
public void add(Cell cell)
cell - The cell to add.
public void writeCells(java.io.PrintStream out,
java.lang.String indent)
out - The output stream.indent - The indentation.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||