Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 189 for

keywords

(0.94 sec)
  1. Search text in EPUB eBooks | GroupDocs

    This article explains that how to search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Leave feedback To search a keyword in EPUB e-books method is used...are the steps to search a keyword in EPUB e-book: Instantiate...

    docs.groupdocs.com/parser/java/search-text-in-e...
  2. Search text in EPUB eBooks | GroupDocs

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....feedback On this page To search a keyword in EPUB e-books method is used...are the steps to search a keyword in EPUB e-book: Instantiate...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  3. Search text in Microsoft Office Word documents ...

    To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Leave feedback To search a keyword in Microsoft Office Word documents...are the steps to search a keyword in Microsoft Office Word document:...

    docs.groupdocs.com/parser/java/search-text-in-m...
  4. Search text in Emails | GroupDocs

    Search a keyword in emails using Search method...feedback On this page To search a keyword in emails method is used. This...are the steps to search a keyword in the email: Instantiate object...

    docs.groupdocs.com/parser/net/search-text-in-em...
  5. Search text in Microsoft Office PowerPoint pres...

    To search a keyword in Microsoft Office PowerPoint presentations search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office PowerPoint presentation: Instantiate Parser object for the initial presentation; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the presentation....Leave feedback To search a keyword in Microsoft Office PowerPoint...are the steps to search a keyword in Microsoft Office PowerPoint...

    docs.groupdocs.com/parser/java/search-text-in-m...
  6. Search text in Microsoft Office PowerPoint pres...

    This article explains that how to search text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...feedback On this page To search a keyword in Microsoft Office PowerPoint...are the steps to search a keyword in Microsoft Office PowerPoint...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  7. Search text in Microsoft Office Excel spreadshe...

    To search a keyword in Microsoft Office Excel spreadsheets search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Excel spreadsheet: Instantiate Parser object for the initial spreadsheet; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the spreadsheet....Leave feedback To search a keyword in Microsoft Office Excel spreadsheets...are the steps to search a keyword in Microsoft Office Excel spreadsheet:...

    docs.groupdocs.com/parser/java/search-text-in-m...
  8. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....ListSearchHandler (); // Search "keyword" in the document se . search... asList ( new String []{ "keyword" })); // Print search results...

    docs.groupdocs.com/parser/java/migration-notes/
  9. Markdown flavor control | GroupDocs

    Target GitHub Flavored Markdown or CommonMark output...Convert the document using keyword argument for options md = MarkdownConverter...Convert the document using keyword argument for options md = MarkdownConverter...

    docs.groupdocs.com/markdown/python-net/markdown...
  10. Migration notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for .NET since version 19.8: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....ListSearchHandler (); // Search "keyword" in the document se . Search...handler , new string [] { "keyword" }); // Print search results...

    docs.groupdocs.com/parser/net/migration-notes/