Modifier and Type | Method and Description |
---|---|
TableCell |
TableRow.getCell(int nCol)
Added 0.5.1:
Get a TableCell, if no TableCell was present at this nCol, create a new one with a default of TableCell.STYLE_STRING and a content of "". |
TableCell |
Table.getCell(int nRow,
int nCol)
Get a TableCell, if no TableCell was present at this nRow,nCol, create a
new one with a default of TableCell.STYLE_STRING and a content of "".
|
TableCell |
Content.getCell(int nTab,
int nRow,
int nCol)
Get the TableCell object from table nTab at position nRow,nCol.
|
TableCell |
OdsFile.getCell(int nTab,
int nRow,
int nCol)
Get the TableCell object.
|
TableCell |
OdsFile.getCell(int nTab,
java.lang.String sPos)
Get the TableCell object.
|
Modifier and Type | Method and Description |
---|---|
void |
TableRow.setCell(int nCol,
TableCell tc)
Set TableCell object at position nCol.
|