Classes in org.odftoolkit.simple.common.navigation used by org.odftoolkit.simple.common.navigation |
InvalidNavigationException
Thrown to indicate that the navigation operation can not be processed on
selections |
Navigation
Navigation is used to navigate the document and find the matched
element by user defined conditions. |
Selection
Selection describes one of the matched results, which is
recognized by the container element, the start index of the text content in
this element and the text content. |
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. |
TextSelection
TextSelection describes a sub element in a paragraph element or
a heading element. |