Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 129 for

keywords

(0.02 sec)
  1. Search text in Microsoft Office Excel spreadshe...

    This article explains that how to search text from Microsoft Office Excel (.xls, .xlsx) spreadsheets....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/net/search-text-in-mi...
  2. Search text in Microsoft OneNote sections | Doc...

    To search a keyword in Microsoft OneNote sections 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 OneNote section: Instantiate Parser object for the initial section; 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 section....Leave feedback To search a keyword in Microsoft OneNote sections...are the steps to search a keyword in Microsoft OneNote section:...

    docs.groupdocs.com/parser/java/search-text-in-m...
  3. Search text in PDF documents | Documentation

    To search a keyword in PDF 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 PDF 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 PDF documents method is...are the steps to search a keyword in PDF document: Instantiate...

    docs.groupdocs.com/parser/java/search-text-in-p...
  4. Migration notes | Documentation

    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/
  5. Migration Notes | Documentation

    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/
  6. Searching in a Large Number of Documents

    Usually, a searching software is able to achieve fast search responses because, instead of search the text directly, it searches an index. This would be the equivalent of retrieving pages in a book related to a keyword by searching the index at the back of a book, as opposed to searching the words in each page of the book. Using GroupDocs.Search for Indexing and Searching Problem: Suppose you have 10 million documents of different file formats, e....pages in a book related to a keyword by searching the index at the...

    blog.groupdocs.com/search/searching-in-a-large-...
  7. Phrase Search in Documents using C#

    Learn how to perform phrase search in documents using C#. Discover techniques to search documents by phrases in C# and streamline your document search processes.... Unlike simple keyword searches, phrase search focuses...

    kb.groupdocs.com/search/net/phrase-search-in-do...
  8. Phrase Search in Documents using Java

    Learn to perform phrase search in documents using Java. Explore methods to search documents by phrases in Java and simplify your document search tasks.... Unlike basic keyword searches, this approach targets...

    kb.groupdocs.com/search/java/phrase-search-in-d...
  9. Regular expression Search using C#

    Efficiently perform regular expression search using C# for advanced pattern matching in documents. Learn how to implement regular expression search in C# seamlessly.... Unlike basic keyword searches, regex allows developers...

    kb.groupdocs.com/search/net/regular-expression-...
  10. Regular expression Search using Java

    Efficiently perform regular expression search using Java for advanced pattern matching in documents. Learn how to implement regular expression search in Java.... Unlike simple keyword searches, regular expressions...

    kb.groupdocs.com/search/java/regular-expression...