Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Passing between Template and Application

Add a new slide to the template from Part 2. This slide will be an extra slide that will not be included in the final presentation. Our template file contains an extra slide with a disclaimer that is not necessary for the presentation.
The extra slide in the template file look like the following:

Passing between Template and Application

In order to delete this slide we will be using PowerPointApplication's Delete method. However, we have so far been working only in PowerPointTemplate. In order to take advantage of the methods in PowerPointApplication, we must first pass the completed template file to PowerPointApplication. This will be done in the code section of this tutorial. See Passing between Template and Application for more information.

...