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

Packages that use Selection
org.odftoolkit.simple.common.navigation Provide classes to operate the content and style of the selected text content. 
 

Uses of Selection in org.odftoolkit.simple.common.navigation
 

Subclasses of Selection 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.
 class TextSelection
          TextSelection describes a sub element in a paragraph element or a heading element.
 

Methods in org.odftoolkit.simple.common.navigation that return Selection
 Selection TextStyleNavigation.nextSelection()
          Get next TextSelection.
 Selection TextNavigation.nextSelection()
          Get next TextSelection.
abstract  Selection Navigation.nextSelection()
          Get next Selection result.
 

Methods in org.odftoolkit.simple.common.navigation with parameters of type 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.
protected  void TextSelection.refreshAfterFrontalDelete(Selection deleteItem)
           
protected abstract  void Selection.refreshAfterFrontalDelete(Selection deletedItem)
          When a selected item has been deleted, the Selections after this deleted Selection should be refreshed, as these Selections index have been changed.
protected  void TextSelection.refreshAfterFrontalInsert(Selection pasteItem)
           
protected abstract  void Selection.refreshAfterFrontalInsert(Selection insertedItem)
          When a selected item has been inserted, the Selection after the inserted item should be refresh, as these Selections index have been changed.
 



Copyright © 2010-2011 ODF Toolkit Project. All Rights Reserved.