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

Packages that use TextSelection
org.odftoolkit.simple.common.navigation Provide classes to operate the content and style of the selected text content. 
org.odftoolkit.simple.text Provide convenient methods to manipulate frequently used structures in ODF text document, such as list and section. 
 

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

Subclasses of TextSelection 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.
 

Methods in org.odftoolkit.simple.common.navigation that return TextSelection
static TextSelection TextSelection.newTextSelection(Navigation search, String text, OdfElement containerElement, int index)
          Create a new TextSelection.
 

Constructors in org.odftoolkit.simple.common.navigation with parameters of type TextSelection
FieldSelection(TextSelection selection)
          Construct a FieldSelection with TextSelection.
ImageSelection(TextSelection selection)
          Construct a ImageSelection with TextSelection.
ParagraphSelection(TextSelection selection)
          Construct a ParagraphSelection with TextSelection.
TableSelection(TextSelection selection)
          Construct a TableSelection with TextSelection.
TextDocumentSelection(TextSelection selection)
          Construct a TextDocumentSelection with TextSelection.
 

Uses of TextSelection in org.odftoolkit.simple.text
 

Methods in org.odftoolkit.simple.text with parameters of type TextSelection
static Span Span.newSpan(TextSelection textSelection)
          Create a span instance with a text selection
 



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