Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

When creating PowerPoint files with Create, specifies which file format to use.

Signature
C#
C#

enum FileFormat
Signature
vb.net
vb.net

Enum FileFormat
Remarks
Example
Code Block
csharp
csharp
titleC#

Presentation pres = ppta.Create(PowerPointApplication.FileFormat.Pptx);
Code Block
vbnet
vbnet
titlevb.net

Dim pres As Presentation = ppta.Create(PowerPointApplication.FileFormat.Pptx);

Values

Name

Description

Anchor
Pptx
Pptx
Pptx

PowerPoint 2007 and 2010 xml-format files, with the .pptx extension.