Page tree

Versions Compared

Key

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

...

PowerPointTemplate is the main class for template-driven document generation. This object opens an ExcelWriter a PowerPointWriter template file, populates it with data from a specified data source, and generates a new PowerPoint presentation. For a quick introduction to using 'PowerPointTemplate' object, see the PowerPointTemplate Tutorials.

The 'PowerPointApplication' Object

PowerPointApplication is the main class for pure code-based workbook generation. This class is an engine used to open, create, and write (save or stream to a browser) presentations. A single instance of PowerPointApplication can generate multiple PowerPoint presentations.