In-Table List With Alternate Content in Presentation Document

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

In-Table List With Alternate Content in Microsoft PowerPoint Document

Creating a In-Table List With Alternate Content

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

  1. Add a new presentation slide.
  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 Presentation 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

ODP Template and Report in Apache OpenOffice

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

  • We opened the ODP 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 ODP report generated through GroupDocs.Assembly in Apache OpenOffice 4.1.2. The report opened successfully in Apache OpenOffice without any issues or formatting losses.
Close
Loading

Analyzing your prompt, please hold on...

An error occurred while retrieving the results. Please refresh the page and try again.