|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cell | |
---|---|
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. |
Uses of Cell in org.odftoolkit.simple |
---|
Methods in org.odftoolkit.simple with parameters of type Cell | |
---|---|
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. |
Uses of Cell in org.odftoolkit.simple.common.navigation |
---|
Methods in org.odftoolkit.simple.common.navigation that return Cell | |
---|---|
Cell |
CellSelection.getCell()
Get the selected table cell. |
Uses of Cell in org.odftoolkit.simple.table |
---|
Methods in org.odftoolkit.simple.table that return Cell | |
---|---|
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 |
Table.getCellByPosition(int colIndex,
int rowIndex)
Return a single cell that is positioned at the specified column and row. |
Cell |
CellRange.getCellByPosition(int clmIndex,
int rowIndex)
Returns a single cell that is positioned at specified column and row. |
Cell |
Table.getCellByPosition(String address)
Return a single cell that is positioned at the specified cell address. |
Cell |
CellRange.getCellByPosition(String address)
Returns a single cell that is positioned at 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. |
Methods in org.odftoolkit.simple.table with parameters of type Cell | |
---|---|
void |
DefaultCellValueAdapter.adaptValue(Cell cell,
String value)
|
void |
CellValueAdapter.adaptValue(Cell cell,
String value)
Adapt string content to a more proper cell value type as need. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |