Package | Description |
---|---|
org.odftoolkit.simple.table |
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
|
Modifier and Type | Method and Description |
---|---|
CellRange |
Table.getCellRangeByName(String name)
Return a range of cells by a specified name.
|
CellRange |
Table.getCellRangeByPosition(int startCol,
int startRow,
int endCol,
int endRow)
Return a range of cells within the specified range.
|
CellRange |
Table.getCellRangeByPosition(String startAddress,
String endAddress)
Return a range of cells within the specified range.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.