|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfTableCellRange | |
|---|---|
| org.odftoolkit.odfdom.doc.table | Provide convenient methods to manipulate table in ODF text and spreadsheet document. |
| Uses of OdfTableCellRange in org.odftoolkit.odfdom.doc.table |
|---|
| Methods in org.odftoolkit.odfdom.doc.table that return OdfTableCellRange | |
|---|---|
OdfTableCellRange |
OdfTable.getCellRangeByName(String name)
Return a range of cells by a specified name. |
OdfTableCellRange |
OdfTable.getCellRangeByPosition(int startCol,
int startRow,
int endCol,
int endRow)
Return a range of cells within the specified range. |
OdfTableCellRange |
OdfTable.getCellRangeByPosition(String startAddress,
String endAddress)
Return a range of cells within the specified range. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||