|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Navigation | |
---|---|
org.odftoolkit.simple.common.navigation | Provide classes to operate the content and style of the selected text content. |
Uses of Navigation in org.odftoolkit.simple.common.navigation |
---|
Subclasses of Navigation in org.odftoolkit.simple.common.navigation | |
---|---|
class |
TextNavigation
A derived Navigation class used to navigate the text content,
which can search the document and find the matched text and return
TextSelection instance. |
class |
TextStyleNavigation
A derived Navigation class used to navigate the text content,
which can search the document and find matched style properties and return
TextSelection instance(s). |
Fields in org.odftoolkit.simple.common.navigation declared as Navigation | |
---|---|
protected Navigation |
Selection.search
|
Methods in org.odftoolkit.simple.common.navigation that return Navigation | |
---|---|
Navigation |
Selection.getNavigation()
|
Methods in org.odftoolkit.simple.common.navigation with parameters of type Navigation | |
---|---|
static TextSelection |
TextSelection.newTextSelection(Navigation search,
String text,
OdfElement containerElement,
int index)
Create a new TextSelection . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |