API Reference

Enum

PowerPointFileFormat

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies the physical PowerPoint file format used for loading or saving.

Inheritance

  • Enum
  • PowerPointFileFormat

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PowerPointFileFormat Pptx #

Open XML presentation package (.pptx).

Value: 0
public const PowerPointFileFormat Ppt #

PowerPoint 97-2003 binary presentation (.ppt).

Value: 1
public const PowerPointFileFormat Pot #

PowerPoint 97-2003 binary presentation template (.pot).

Value: 2
public const PowerPointFileFormat Pps #

PowerPoint 97-2003 binary slide show (.pps).

Value: 3