Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 351 for

regular

(0.06 sec)
  1. Numbered List in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Email Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.8.0 or greater. Numbered List in Email Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Outlook 2013. Create a new Email. Write a sentence like “We provide support for the following clients:”.... Regular Cleaning 2. Oven Cleaning John...John Smith (+458789) 3. Regular Cleaning 4. Oven Cleaning 5....

    docs.groupdocs.com/assembly/net/numbered-list-i...
  2. Searching watermarks | Documentation

    This article explains how to search watermarks while using GroupDocs. Watermarks Java API....close (); Regular expression search criteria Regular expressions...The below sample code uses a regular expression to search for watermarks...

    docs.groupdocs.com/watermark/java/searching-wat...
  3. Search text in HTML documents | Documentation

    Learn how to search a keyword in HTML documents search(String) method is used. This method returns the collection of SearchResult objects....documents - like search with regular expressions. parameter is used...the steps to search with a regular expression in HTML document:...

    docs.groupdocs.com/parser/java/search-text-in-h...
  4. Search text in HTML documents | Documentation

    To search a keyword in HTML documents Search(String) method is used. This method returns the collection of SearchResult objects....documents - like search with regular expressions. parameter is used...the steps to search with a regular expression in HTML document:...

    docs.groupdocs.com/parser/net/search-text-in-ht...
  5. 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....documents - like search with regular expressions, search by pages...the steps to search with a regular expression in PDF document:...

    docs.groupdocs.com/parser/java/search-text-in-p...
  6. Numbered List in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Word Processing Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft Word Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Word 2013. In your document, write a sentence like “We provide support for the following products:”.... Regular Cleaning 2. Oven Cleaning John...John Smith (+458789) 3. Regular Cleaning 4. Oven Cleaning 5....

    docs.groupdocs.com/assembly/net/numbered-list-i...
  7. Search text in Microsoft Office Word documents ...

    This article explains that how to search text from Microsoft Office Word (.doc, .docx) documents...documents - like search with regular expressions, search by pages...the steps to search with a regular expression in Microsoft Office...

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

    This article explains that how to search text from Microsoft Office Excel (.xls, .xlsx) spreadsheets....spreadsheets - like search with regular expressions, search by pages...the steps to search with a regular expression in Microsoft Office...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  9. 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....sections - like search with regular expressions, search by pages...the steps to search with a regular expression in Microsoft OneNote...

    docs.groupdocs.com/parser/java/search-text-in-m...
  10. Search text | Documentation

    This article explains that how to search text from documents....parameter can contain a text or a regular expression. class contains...Text )); } } Search text by regular expression parameter is used...

    docs.groupdocs.com/parser/net/search-text/