|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextSelection | |
---|---|
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. |
Uses of TextSelection in org.odftoolkit.simple.common.navigation |
---|
Subclasses of TextSelection in org.odftoolkit.simple.common.navigation | |
---|---|
class |
CellSelection
Based on TextSelection , CellSelection updates table
cell value and value type when the cell text is replaced by other content. |
Methods in org.odftoolkit.simple.common.navigation that return TextSelection | |
---|---|
static TextSelection |
TextSelection.newTextSelection(String text,
OdfElement containerElement,
int index)
Create a new TextSelection . |
Constructors in org.odftoolkit.simple.common.navigation with parameters of type TextSelection | |
---|---|
FieldSelection(TextSelection selection)
Construct a FieldSelection with TextSelection. |
Uses of TextSelection in org.odftoolkit.simple.text |
---|
Methods in org.odftoolkit.simple.text with parameters of type TextSelection | |
---|---|
static Span |
Span.newSpan(TextSelection textSelection)
Create a span instance with a text selection |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |