|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidNavigationException | |
---|---|
org.odftoolkit.odfdom.incubator.search | Provide classes to operate the content and style of the selected text content. |
Uses of InvalidNavigationException in org.odftoolkit.odfdom.incubator.search |
---|
Methods in org.odftoolkit.odfdom.incubator.search that throw InvalidNavigationException | |
---|---|
void |
TextSelection.addHref(URL url)
Deprecated. Add a hypertext reference to the selection |
void |
TextSelection.applyStyle(OdfStyleBase style)
Deprecated. Apply a style to the selection so that the text style of this selection will append the specified style |
void |
TextSelection.cut()
Deprecated. Delete the selection from the document the other matched selection in the same container element will be updated automatically because the start index of the following selections will be changed when the previous selection has been deleted |
abstract void |
Selection.cut()
Deprecated. cut the current selection |
void |
TextSelection.pasteAtEndOf(Selection positionItem)
Deprecated. Paste this selection just after a specific selection. |
abstract void |
Selection.pasteAtEndOf(Selection positionitem)
Deprecated. paste the current selection at end of the specified position selection |
void |
TextSelection.pasteAtFrontOf(Selection positionItem)
Deprecated. Paste this selection just before a specific selection. |
abstract void |
Selection.pasteAtFrontOf(Selection positionitem)
Deprecated. paste the current selection at front of the specified position selection |
void |
TextSelection.replaceWith(String newText)
Deprecated. Replace the text content of selection with a new string |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |