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

expression

(0.03 sec)
  1. Use All Highlight Extraction Modes with Search ...

    Team GroupDocs is really delighted to announce the monthly release of version 17.02.0 of the GroupDocs.Text for .NET API. This version comes up with a number of new features along with an enhancement related to using highlight extraction modes with search functionality. GroupDocs.Text for .NET API has improved the search functionality by adding the ability to search for some text using regular Expression and searching a whole word. What’s more exciting is the addition of features dealing with the extraction of highlighted text in documents....for some text using regular expression and searching a whole word...Ability to search with regular expression Ability to search the whole...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  2. Inserting Images Dynamically | Documentation

    How to dynamically inserted image within your template... << image [ image_expression ]>> And simply call the assembler...following code snippets: The expression declared within an image...

    docs.groupdocs.com/assembly/java/inserting-imag...
  3. Insert Hyperlinks Dynamically in Documents usin...

    GroupDocs team is releasing new features in the monthly release of GroupDocs.Assembly for .NET 18.7. Using the latest version, you can now insert hyperlinks dynamically in Word Processing, Spreadsheet, Presentation, and Email documents. We recommend to install and use the latest version of the API. How to Insert Hyperlinks to Reports using Link Tag in C# Using GroupDocs.Assembly for .NET 18.7, you can now insert hyperlinks to your reports dynamically using link tags....<<link \[uri\_expression\]\[display\_text\_expression\]>> Here, uri_expression...uri_expression defines URI for a hyperlink to be inserted dynamically...

    blog.groupdocs.com/assembly/insert-hyperlinks-d...
  4. Dynamic Insertion of Hyperlinks in Documents us...

    We are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.7. Using the latest version, you can now insert hyperlinks dynamically in Word Processing, Spreadsheet, Presentation and Email documents. Furthermore, a bug related to DocumentAssembler is now fixed. We recommend you to install the latest version of the API for a better user experience. Features Introduced Using GroupDocs.Assembly for Java 18.7, you can now insert hyperlinks to your reports dynamically using link tags....<<link [uri_expression][display_text_expression]>> Here, uri_expression...uri_expression defines URI for a hyperlink to be inserted dynamically...

    blog.groupdocs.com/assembly/dynamic-insertion-o...
  5. Search operation table | Documentation

    This article shows that how to provides syntax of all elements allowed in text search queries....@macro2 Regular expression specifier ^ regular-expression Regular expression...specify query that is regular expression. ^^[0-9]{1,5}$ Numeric range...

    docs.groupdocs.com/search/nodejs-java/search-op...
  6. Template Syntax - Part 1 of 2 | Documentation

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs to be more descriptive. A tag body must meet the following requirements:...following elements: A tag name An expression surrounded by brackets A...” character << tag_name [ expression ] - switch1 - switch2 .....

    docs.groupdocs.com/assembly/net/template-syntax...
  7. Working with Outer Document Insertion | Documen...

    Note The code uses some of the objects defined in The Business Layer. Inserting Documents Dynamically You can insert contents of outer documents into your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run-time. <Expression]>> Warning A doc tag can be used almost anywhere in a template document except text-boxes and charts. An Expression declared within a doc tag is used by the engine to load a document to be inserted during run-time.... << doc [ document_expression ]>> Warning A doc tag can...text-boxes and charts. An expression declared within a doc tag...

    docs.groupdocs.com/assembly/java/working-with-o...
  8. 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....like search with regular expressions. parameter is used to customize...to search with a regular expression in HTML document: Instantiate...

    docs.groupdocs.com/parser/net/search-text-in-ht...
  9. 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....like search with regular expressions. parameter is used to customize...to search with a regular expression in HTML document: Instantiate...

    docs.groupdocs.com/parser/java/search-text-in-h...
  10. 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....like search with regular expressions, search by pages etc. parameter...to search with a regular expression in PDF document: Instantiate...

    docs.groupdocs.com/parser/java/search-text-in-p...