Package | Description |
---|---|
org.odftoolkit.simple |
Provide high level methods to frequently used ODF documents.
|
org.odftoolkit.simple.common.navigation |
Provide classes to operate the content and style of the selected text content.
|
org.odftoolkit.simple.table |
Provide convenient methods to manipulate table in ODF text and spreadsheet document.
|
Modifier and Type | Method and Description |
---|---|
Chart |
SpreadsheetDocument.createChart(String title,
SpreadsheetDocument document,
CellRangeAddressList cellRangeAddr,
boolean firstRowAsLabel,
boolean firstColumnAsLabel,
boolean rowAsDataSeries,
Rectangle rect,
Cell cell)
Creates a new Chart for this spreadsheet document.
|
Modifier and Type | Method and Description |
---|---|
Cell |
CellSelection.getCell()
Get the selected table cell.
|
Modifier and Type | Method and Description |
---|---|
Cell |
Row.getCellByIndex(int index)
Get a cell with a specific index.
|
Cell |
Column.getCellByIndex(int index)
Get a cell with a specific index.
|
Cell |
CellRange.getCellByPosition(int clmIndex,
int rowIndex)
Returns a single cell that is positioned at specified column and row.
|
Cell |
Table.getCellByPosition(int colIndex,
int rowIndex)
Return a single cell that is positioned at the specified column and row.
|
Cell |
CellRange.getCellByPosition(String address)
Returns a single cell that is positioned at specified cell address.
|
Cell |
Table.getCellByPosition(String address)
Return a single cell that is positioned at the specified cell address.
|
static Cell |
Cell.getInstance(TableTableCellElementBase cellElement)
Get the
Cell instance from the
TableTableCellElementBase instance. |
Cell |
Cell.getOwnerTableCell()
Get the cell that covers this cell.
|
Modifier and Type | Method and Description |
---|---|
void |
CellValueAdapter.adaptValue(Cell cell,
String value)
Adapt string content to a more proper cell value type as need.
|
void |
DefaultCellValueAdapter.adaptValue(Cell cell,
String value) |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.