Uses of Package
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.
  • Class
    Description
    The SelectionManager can manage all the selections that are returned to end users by a Navigation instance.
  • Class
    Description
    Thrown to indicate that the navigation operation can not be processed on selections
    Abstract class Navigation used to navigate the document and find the matched element by the user defined conditions
    Abstract 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.