|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellValueAdapter | |
---|---|
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 CellValueAdapter in org.odftoolkit.simple.common.navigation |
---|
Methods in org.odftoolkit.simple.common.navigation with parameters of type CellValueAdapter | |
---|---|
void |
CellSelection.advancedReplaceWith(String newText,
CellValueAdapter adapter)
Replace the text content of selection with a new string. |
Uses of CellValueAdapter in org.odftoolkit.simple.table |
---|
Classes in org.odftoolkit.simple.table that implement CellValueAdapter | |
---|---|
class |
DefaultCellValueAdapter
This is a default realization of CellValueAdapter . |
Fields in org.odftoolkit.simple.table declared as CellValueAdapter | |
---|---|
static CellValueAdapter |
CellValueAdapter.DEFAULT_VALUE_ADAPTER
The default cell value adapter. |
Methods in org.odftoolkit.simple.table with parameters of type CellValueAdapter | |
---|---|
void |
Cell.setDisplayText(String content,
CellValueAdapter adapter)
Set the text displayed in this cell. |
void |
Cell.setDisplayText(String content,
CellValueAdapter adapter,
String stylename)
Set the text displayed in this cell, with a specified style name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |