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 FieldSelection
          This is a decorator class of TextSelection, which help user replace a text content with field.
 class ImageSelection
          This is a decorator class of TextSelection, which help user replace a text content with a Image from Document or from URI.
 class ParagraphSelection
          This is a decorator class of TextSelection, which help user replace a text content with a Paragraph.
 class TableSelection
          This is a decorator class of TextSelection, which help user replace a text content with a Table.
 class TextDocumentSelection
          This is a decorator class of TextSelection, which help user replace a text content with a TextDocument, all Styles be included.
 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
abstract  void Selection.pasteAtEndOf(Selection positionItem)
          Paste current Selection at end of the specified position Selection.
 void ParagraphSelection.pasteAtEndOf(Selection positionItem)
          Paste this selection just after a specific selection.
 void TextDocumentSelection.pasteAtEndOf(Selection positionItem)
          Paste this selection just after a specific selection.
 void TextSelection.pasteAtEndOf(Selection positionItem)
          Paste this selection just after a specific selection.
 void TableSelection.pasteAtEndOf(Selection positionItem)
          Paste this selection just after a specific selection.
 void ImageSelection.pasteAtEndOf(Selection positionItem)
          Paste this selection just after a specific selection.
 void FieldSelection.pasteAtEndOf(Selection positionItem)
          Paste this selection just after a specific selection.
abstract  void Selection.pasteAtFrontOf(Selection positionItem)
          Paste current Selection at front of the specified position Selection.
 void ParagraphSelection.pasteAtFrontOf(Selection positionItem)
          Paste this selection just before a specific selection.
 void TextDocumentSelection.pasteAtFrontOf(Selection positionItem)
          Paste this selection just before a specific selection.
 void TextSelection.pasteAtFrontOf(Selection positionItem)
          Paste this selection just before a specific selection.
 void TableSelection.pasteAtFrontOf(Selection positionItem)
          Paste this selection just before a specific selection.
 void ImageSelection.pasteAtFrontOf(Selection positionItem)
          Paste this selection just before a specific selection.
 void FieldSelection.pasteAtFrontOf(Selection positionItem)
          Paste this selection just before a specific selection.
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 ParagraphSelection.refreshAfterFrontalDelete(Selection deletedItem)
           
protected  void TextDocumentSelection.refreshAfterFrontalDelete(Selection deletedItem)
           
protected  void TextSelection.refreshAfterFrontalDelete(Selection deleteItem)
           
protected  void TableSelection.refreshAfterFrontalDelete(Selection deletedItem)
           
protected  void ImageSelection.refreshAfterFrontalDelete(Selection deletedItem)
           
protected  void FieldSelection.refreshAfterFrontalDelete(Selection deletedItem)
           
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.
protected  void ParagraphSelection.refreshAfterFrontalInsert(Selection insertedItem)
           
protected  void TextDocumentSelection.refreshAfterFrontalInsert(Selection insertedItem)
           
protected  void TextSelection.refreshAfterFrontalInsert(Selection pasteItem)
           
protected  void TableSelection.refreshAfterFrontalInsert(Selection insertedItem)
           
protected  void ImageSelection.refreshAfterFrontalInsert(Selection insertedItem)
           
protected  void FieldSelection.refreshAfterFrontalInsert(Selection insertedItem)
           
 



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