| Package | Description |
|---|---|
| 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 |
|---|---|
void |
CellSelection.advancedReplaceWith(String newText,
CellValueAdapter adapter)
Replace the text content of selection with a new string.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCellValueAdapter
This is a default realization of
CellValueAdapter. |
| Modifier and Type | Field and Description |
|---|---|
static CellValueAdapter |
CellValueAdapter.DEFAULT_VALUE_ADAPTER
The default cell value adapter.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.