|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidNavigationException | |
|---|---|
| org.odftoolkit.simple.common.navigation | Provide classes to operate the content and style of the selected text content. |
| Uses of InvalidNavigationException in org.odftoolkit.simple.common.navigation |
|---|
| Methods in org.odftoolkit.simple.common.navigation that throw InvalidNavigationException | |
|---|---|
void |
TextSelection.addHref(URL url)
Add a hypertext reference to the selection. |
void |
CellSelection.advancedReplaceWith(String newText)
Replace the text content of selection with a new string. |
void |
CellSelection.advancedReplaceWith(String newText,
CellValueAdapter adapter)
Replace the text content of selection with a new string. |
void |
TextSelection.applyStyle(OdfStyleBase style)
Apply a style to the selection so that the text style of this selection will append the specified style. |
void |
TextSelection.cut()
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()
Cut current Selection. |
void |
TextSelection.pasteAtEndOf(Selection positionItem)
Paste this selection just after a specific selection. |
abstract void |
Selection.pasteAtEndOf(Selection positionItem)
Paste current Selection at end of the specified position
Selection. |
void |
TextSelection.pasteAtFrontOf(Selection positionItem)
Paste this selection just before a specific selection. |
abstract void |
Selection.pasteAtFrontOf(Selection positionItem)
Paste current Selection at front of the specified position
Selection. |
void |
TextSelection.replaceWith(String newText)
Replace the text content of selection with a new string. |
void |
CellSelection.replaceWith(String newText)
Replace the text content of selection with a new string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||