Description
PowerPointApplication is the main class for pure code-based presentation generation (for information about template-based presentation generation, see PowerPointTemplate). A single instance ofPowerPointApplication can generate multiple workbooks.
C#
vb.net
Remarks
A generated presentation is represented by the Presentation class.
To create an instance of PowerPointApplication:
In C#:
Import
PowerPointApplicationto the C# page:
Create a
PowerPointApplicationobject:
In VB.NET:
Import
PowerPointApplicationto the VB.NET page:
Create a
PowerPointApplicationobject:
Examples
C#
vb.net
Methods
|
Creates a new presentation containing 1 slide, in the specified file format. The slide is blank when the presentation is created, and standard font, style, and format settings are applied. | |
PowerPointApplication is the main class for pure code-based presentation generation (for information about template-based presentation generation, see PowerPointTemplate). A single instance of PowerPointApplication can generate multiple workbooks. | |
| Opens a presentation form a PowerPoint Template. | |
| Opens the template file from the specified disk location. | |
| Opens the template file from a stream. | |
| Saves a specified Presentation as a OOXML format.pptx. | |
| Saves a specified Presentation an OOXML format .pptx file. | |
Save(Presentation, System.Web.HttpResponse, Boolean, String) | The page PowerPointApplication.Save(PowerPointWriter.Presentation, System.Web.HttpResponse, Boolean, String) could not be found. |
| The page PowerPointApplication.Save(PowerPointWriter.Presentation, System.Web.HttpResponse, Boolean) could not be found. |
Nested Classes
Name | Description |
|---|---|
When creating PowerPoint files with Create, specifies which file format to use. |
