| Package | Description |
|---|---|
| org.odftoolkit.odfdom.doc.table |
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
|
| Modifier and Type | Method and Description |
|---|---|
OdfTableCellRange |
OdfTable.getCellRangeByName(String name)
Deprecated.
Return a range of cells by a specified name.
|
OdfTableCellRange |
OdfTable.getCellRangeByPosition(int startCol,
int startRow,
int endCol,
int endRow)
Deprecated.
Return a range of cells within the specified range.
|
OdfTableCellRange |
OdfTable.getCellRangeByPosition(String startAddress,
String endAddress)
Deprecated.
Return a range of cells within the specified range.
|
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2019 The Document Foundation. All rights reserved.