In-Table List With Alternate Content in Word Processing Document

Note
In this article, we will use GroupDocs.Assembly to generate In-TableList WithAlternateContent report in Word Processing Document format.
Note
The code uses some of the objects defined in The Business Layer.

In-Table List With Alternate Content in Microsoft Word Document

Creating a In-Table List With Alternate Content

Practising the following steps you can create In-Table List With Alternate Content Template in MS Word 2013.

  1. Click the document where you want to add the table.
  2. Press “Insert” tab to insert the table.
  3. Insert a 2X3 table.
  4. Save the template.

Reporting Requirement

As a report developer, you are required to represent your clients and their prices with the following key requirements:

  • Report must show each client along with its price.
  • It must show sum of all the prices.
  • It must represent all the information in tabular form.
  • Report must be generated in the Word Processing Document.

Adding Syntax to be evaluated by GroupDocs.Assembly Engine

Client

Contract Price

<<if [!getContracts().any()]>>No data

<<else>><<foreach [in getContracts()]>><<[getClient().getName()]>>

<<[getPrice()]>><</foreach>>

Total:

<<[getContracts().sum(
  c => c.getPrice())]>><</if>>

Download In-Table List With Alternate Content Template

Please download the sample In-Table List With Alternate Content document we created in this article:

Generating The Report

ODT Template and Report in Apache OpenOffice

In order to check compatibility of ODT between Microsoft Office 2010 and Apache OpenOffice 4.1.2, we performed below tests:

  • We opened the ODT template created through Microsoft Office 2010 in Apache OpenOffice 4.1.2. The template opened successfully in Apache OpenOffice without any issues or formatting losses.
  • We opened the ODT report generated through GroupDocs.Assembly in Apache OpenOffice 4.1.2. The report opened successfully in Apache OpenOffice without any issues or formatting losses.