Page tree

Versions Compared

Key

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

...

To use the RepeatSlide marker, add the text '%%RepeatSlide' as the first string of text in the notes section of the 'Expected Costs' slide. Make sure there is a space between %%RepeatSlide and the next item of text. The completed slide should look like the one below. Note the RepeatSlide marker in the notes section of the slide.

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:

Image Removed

Writing the Code

We will reuse the code from Part 1 of this tutorial. We will take out the Process and Save calls and add our new code for Part 2.

...