OfficeIMO

API Reference

Class

PowerPointBuilder

Namespace OfficeIMO.PowerPoint.Fluent
Assembly OfficeIMO.PowerPoint
Modifiers static

Provides fluent helpers for creating PowerPoint presentations.

Inheritance

  • Object
  • PowerPointBuilder

Methods

Create 2 overloads
public static PowerPointPresentation Create(String filePath) #
Returns: PowerPointPresentation

Creates a new PowerPoint presentation at the given path.

Parameters

filePath System.String requiredposition: 0
public static PowerPointPresentation Create(Stream stream, Boolean autoSave = true) #
Returns: PowerPointPresentation

Creates a new PowerPoint presentation backed by a stream.

Parameters

stream System.IO.Stream requiredposition: 0
autoSave System.Boolean = true optionalposition: 1