See: Description
Class | Description |
---|---|
Navigation | Deprecated
As of release 0.8.8, replaced by
org.odftoolkit.simple.common.navigation.Navigation in Simple API. |
Selection | Deprecated
As of release 0.8.8, replaced by
org.odftoolkit.simple.common.navigation.Selection in Simple API. |
TextNavigation | Deprecated
As of release 0.8.8, replaced by
org.odftoolkit.simple.common.navigation.TextNavigation in Simple API. |
TextSelection | Deprecated
As of release 0.8.8, replaced by
org.odftoolkit.simple.common.navigation.TextSelection in Simple API. |
TextStyleNavigation | Deprecated
As of release 0.8.8, replaced by
org.odftoolkit.simple.common.navigation.TextStyleNavigation in Simple API. |
Exception | Description |
---|---|
InvalidNavigationException | Deprecated
As of release 0.8.8, replaced by
org.odftoolkit.simple.common.navigation.InvalidNavigationException in Simple API. |
Abstract class Navigation represent the navigate action on the specified document, and user can iterate all the results of this navigation operation. Abstract class Selection describes one result of navigation.
The instance of derived navigation class will give the match condition so that user can get the corresponding derived Selection class instance. e.g. TextNavigation class is used to search the specified text content in the document. and TextStyleNavigation class can select the text which match the specified style.
TextSelection class which inheriates Selection represents a snippet text of the paragraph/heading/header/footer, it can be represent by the belonged element and the text index of this element. User can get delete this result, or replace this text with other content, add href link for this selections, append the italic style for it and paste this selection at the front of or the end of other selction.
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2019 The Document Foundation. All rights reserved.