Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 1,353 for

syntax

(0.24 sec)
  1. JsonDataSource | Aspose.Words for Java

    Provides access to data of a JSON file or stream to be used within a report in Java....more information, see template syntax reference( https://docs.aspose...com/display/wordsjava/Template+Syntax) . In template documents, you...

    reference.aspose.com/words/java/com.aspose.word...
  2. CsvDataSource | Aspose.Words for Java

    Provides access to data of a CSV file or stream to be used within a report in Java....more information, see template syntax reference( https://docs.aspose...com/display/wordsjava/Template+Syntax) . Data types of comma-separated...

    reference.aspose.com/words/java/com.aspose.word...
  3. Composing Expressions in C#|Aspose.Words for .NET

    Compose expressions when building a report using C#. The complexity of expressions in templates is not restricted....central concept of the template syntax. Every tag is bound with an...

    docs.aspose.com/words/net/composing-expressions/
  4. RepeatingRows adds unwanted padding on second p...

    I'm currently evaluating Aspose, and one of our most desired features of Aspose is its ability to handle repeating rows when tables break pages. In testing, I am seeing extra padding on the first non-repeated row on sub…...generator syntax, but can still be loaded into...

    forum.aspose.com/t/repeatingrows-adds-unwanted-...
  5. Foreach in reporting engine with Text suffix - ...

    I have the following json { "introduction":{ "title":"Introduction blabla", "content":[ "My name's Test'", "I love you!" ] }, .... } I read your forum and especially this top…...4 Finally, I found the good syntax <<foreach [in introduction...

    forum.aspose.com/t/foreach-in-reporting-engine-...
  6. MarkdownExportAsHtml enumeration | Aspose.Words...

    aspose.words.saving.MarkdownExportAsHtml enumeration. Allows to specify the elements to be exported to Markdown as raw HTML....all elements using Markdown syntax without any raw HTML. TABLES...

    reference.aspose.com/words/python-net/aspose.wo...
  7. empty_line|Documentation

    empty_line element is used to add vertical spacing between elements.... Syntax The element is declared with...

    docs.aspose.com/omr/net/txt-markup/empty_line/
  8. MarkdownExportAsHtml Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.MarkdownExportAsHtml enum to effortlessly convert Markdown elements to raw HTML, enhancing your document export options....all elements using Markdown syntax without any raw HTML. Tables...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Working with Content Controls in C#|Aspose.Word...

    Perform certain operations on content controls dynamically while building a report using C#....control using the following syntax. << check [ conditional_expression...control using the following syntax. << item [ value_expression...

    docs.aspose.com/words/net/working-with-content-...
  10. How to properly render DataTable in Word templa...

    I’m trying to render a simple table in my template, but can’t get it quite right. Here’s my code: var dataTable = CreateTestDataTable(); var columnNames = dataTable.Columns.Cast<DataColumn>().Select(x => x.ColumnName…...template A by cutting template syntax from the first cell of the...

    forum.aspose.com/t/how-to-properly-render-datat...