Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 432 for

expression

(0.03 sec)
  1. Merge Table Cells Dynamically using GroupDocs.A...

    We are pleased to announce the release of version 19.1 of GroupDocs.Assembly for Java. The latest version allows you to merge the table cells having equal textual contents within your reports dynamically. Furthermore, we have introduced the feature of adding optional comments within the syntax tags that can provide a human-readable explanation. For more details on the latest version, please have a look at the release notes. Features Introduced Merging Table Cells Dynamically Using the latest version, you can tell the API to merge the table cells that have equal textual content....<<cellMerge -horz>> In the above expression, the horz switch is optional...the comments: <<tag\_name \[expression\] –switch1 –switch2 .. //...

    blog.groupdocs.com/assembly/merge-table-cells-d...
  2. Inserting Images Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can insert images to your reports dynamically using image tags. To declare a dynamically inserted image within your template, do the following steps: Add a textbox to your template at the place where you want an image to be inserted. Set common image attributes such as frame, size, and others for the textbox, making the textbox look like a blank inserted image.... << image [ image_expression ]>> And simply call the assembler...following code snippets: The expression declared within an image...

    docs.groupdocs.com/assembly/net/inserting-image...
  3. 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/java/template-synta...
  4. Support for Dynamic Merging of Table Cells in G...

    We are delighted to announce the release of GroupDocs.Assembly for .NET 19.1. The latest version allows you to merge the table cells having equal textual contents within your reports dynamically. Furthermore, we have introduced the feature of adding optional comments within the syntax tags that can provide a human-readable explanation. For more details on the latest version, please have a glance at the release notes. Features Introduced Merging Table Cells Dynamically Using the latest version, you can tell the API to merge the table cells that have equal textual contents....<<cellMerge -horz>> In the above expression, the horz switch is optional...the comments: <<tag\_name \[expression\] –switch1 –switch2 .. //...

    blog.groupdocs.com/assembly/dynamic-merging-of-...
  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/java/search-operation...
  6. Search text in PDF documents | Documentation

    This article explains that how to search text from PDF documents...like search with regular expressions, search by pages etc. parameter...to search with a regular expression in PDF document: Instantiate...

    docs.groupdocs.com/parser/net/search-text-in-pd...
  7. Search text in Emails | Documentation

    To search a keyword in emails 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 the email: Instantiate Parser object for the initial email; 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 email....like search with regular expressions. parameter is used to customize...to search with a regular expression in the email: Instantiate...

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

    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....like search with regular expressions, search by pages etc. parameter...to search with a regular expression in EPUB e-book: Instantiate...

    docs.groupdocs.com/parser/java/search-text-in-e...
  9. Searching watermarks | Documentation

    This article explains how to search watermarks while using GroupDocs. Watermarks API....Regular expression search criteria Regular expressions are also...sample code uses a regular expression to search for watermarks...

    docs.groupdocs.com/watermark/net/searching-wate...
  10. Search text in Microsoft Office Word documents ...

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

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