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 3 Current »

API Reference

The API Reference describes each object, method, and property in PowerPointWriter.

The 'PowerPointTemplate' Object

PowerPointTemplate is the main class for template-driven document generation. This object opens a PowerPointWriter template file, populates it with data from a specified data source, and generates a new PowerPoint presentation.

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.

  • No labels