| Package | Description |
|---|---|
| org.odftoolkit.simple |
Provide high level methods to frequently used ODF documents.
|
| 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.
|
| Class and Description |
|---|
| SelectionManager
SelectionManager can manage all the
Selections that are returned to end users. |
| Class and Description |
|---|
| 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. |
| Class and Description |
|---|
TextSelection
TextSelection describes a sub element in a paragraph element or a heading element. |
Copyright © 2010–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.