Uses of Package
org.odftoolkit.odfdom.incubator.search
Packages that use org.odftoolkit.odfdom.incubator.search
Package
Description
The "Document Layer" exist for usability reasons, it gives a feature based view on the document model.
Provide classes to operate the content and style of the selected text content.
-
Classes in org.odftoolkit.odfdom.incubator.search used by org.odftoolkit.odfdom.docClassDescriptionThe SelectionManager can manage all the selections that are returned to end users by a Navigation instance.
-
Classes in org.odftoolkit.odfdom.incubator.search used by org.odftoolkit.odfdom.incubator.searchClassDescriptionThrown to indicate that the navigation operation can not be processed on selectionsAbstract class Navigation used to navigate the document and find the matched element by the user defined conditionsAbstract class Selection describe one of the matched results The selection can be recognized by the container mElement, the start mIndex of the text content of this mElement and the text content.The SelectionManager can manage all the selections that are returned to end users by a Navigation instance.A TextSelection can describe a sub element in a mParagraph element or a mHeading element. it is recognized by the container element(which type should be OdfTextParagraph or OdfTextHeadingt), the start index of the text content of the container element and the text content of this selection.