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

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

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

Subclasses of Navigation in org.odftoolkit.simple.common.navigation
 class TextNavigation
          A derived Navigation class used to navigate the text content, which can search the document and find the matched text and return TextSelection instance.
 class TextStyleNavigation
          A derived Navigation class used to navigate the text content, which can search the document and find matched style properties and return TextSelection instance(s).
 

Fields in org.odftoolkit.simple.common.navigation declared as Navigation
protected  Navigation Selection.search
           
 

Methods in org.odftoolkit.simple.common.navigation that return Navigation
 Navigation Selection.getNavigation()
           
 

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



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