Class TextStyleNavigation

java.lang.Object
org.odftoolkit.odfdom.incubator.search.Navigation<TextSelection>
org.odftoolkit.odfdom.incubator.search.TextStyleNavigation
All Implemented Interfaces:
Iterator<TextSelection>

public class TextStyleNavigation extends Navigation<TextSelection>
A derived Navigation class used for navigate the mText content it is used to search the document and find the matched style properties and would return TextSelection instance
  • Constructor Details

    • TextStyleNavigation

      public TextStyleNavigation(Map<OdfStyleProperty,String> props, OdfTextDocument doc)
      Construct TextStyleNavigation with style properties condition and navigation scope
      Parameters:
      props - the matched style properties conditions
      doc - the navigation search scope
  • Method Details