Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Table of Contents

Intro

Icon

This is Part 3 of a 3-part tutorial series for the Project Proposal scenario. It is recommended that you complete Part 1 - Getting Started and Part 2 - Repeat Behavior before starting this section.

Following the Sample

Icon

There is a downloadable SomeFile.zip with completed templates and code. The completed example of the template is available under templates/part2_template.pptx. The code for this part of the tutorial can be found in Part3.aspx.cs.

This part focuses on passing a presentation between PowerPointTemplate and PowerPointApplication in order to take advantage of the full range of features available with PowerPointWriter.

Adding to the Template

We will be continuing with the template from Part 2 - Repeat Behavior.

Passing between Template and Application

Our template file contains an extra slide that is not necessary for the presentation. PowerPointApplication has the ability to delete slides from a presentation. However, we have so far been working only in PowerPointTemplate. PowerPointWriter makes it easy to take advantage of all the features of both the Template and Application object models by simply passing between Template and Application. This will be done in the code section of this tutorial. See Passing between Template and Application for more information.

The extra slide in the template file look like the following:

  • No labels