Uses of Class
org.odftoolkit.simple.common.navigation.InvalidNavigationException

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.addComment(String content, String creator)
          Add a comment to the selection.
 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 FieldSelection.applyStyle(OdfStyleBase style)
          Apply a style to the selection so that the text style of this selection will append the specified style.
 TextSpanElement TextSelection.createSpanElement()
          Create a span element for this text selection.
 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 FieldSelection.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.
 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 FieldSelection.pasteAtEndOf(Selection positionItem)
          Paste this selection just after a specific 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 FieldSelection.pasteAtFrontOf(Selection positionItem)
          Paste this selection just before a specific selection.
 void TextSelection.replaceWith(String newText)
          Replace the text content of selection with a new string.
 void FieldSelection.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.
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.