Package | Description |
---|---|
org.odftoolkit.simple.common.navigation |
Provide classes to operate the content and style of the selected text content.
|
org.odftoolkit.simple.text |
Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section.
|
Modifier and Type | Class and Description |
---|---|
class |
CellSelection
Based on
TextSelection , CellSelection updates table
cell value and value type when the cell text is replaced by other content. |
Modifier and Type | Method and Description |
---|---|
static TextSelection |
TextSelection.newTextSelection(Navigation search,
String text,
OdfElement containerElement,
int index)
Create a new
TextSelection . |
Constructor and Description |
---|
FieldSelection(TextSelection selection)
Construct a FieldSelection with TextSelection.
|
ImageSelection(TextSelection selection)
Construct a ImageSelection with TextSelection.
|
ParagraphSelection(TextSelection selection)
Construct a ParagraphSelection with TextSelection.
|
TableSelection(TextSelection selection)
Construct a TableSelection with TextSelection.
|
TextDocumentSelection(TextSelection selection)
Construct a TextDocumentSelection with TextSelection.
|
Modifier and Type | Method and Description |
---|---|
static Span |
Span.newSpan(TextSelection textSelection)
Create a span instance with a text selection
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.