API Reference
Class
PowerPointBuilder
Provides fluent helpers for creating PowerPoint presentations.
Inheritance
- Object
- PowerPointBuilder
Methods
Create 2 overloads
public static PowerPointPresentation Create(String filePath) #Returns:
PowerPointPresentationCreates a new PowerPoint presentation at the given path.
Parameters
- filePath System.String
public static PowerPointPresentation Create(Stream stream, Boolean autoSave = true) #Returns:
PowerPointPresentationCreates a new PowerPoint presentation backed by a stream.
Parameters
- stream System.IO.Stream
- autoSave System.Boolean = true
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object