Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

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

Signature
C#
C#
enum FileFormat
{signature}
{signature:
}
Signature
vb.net
vb.net
Enum FileFormat
{signature}
{remarks}

{remarks}
{example}
{code:csharp|title=C#}
Remarks

Example
Code Block
csharp
csharp
titleC#

Presentation pres = ppta.Create(PowerPointApplication.FileFormat.Pptx);
{code} {code:vbnet|title=
Code Block
vbnet
vbnet
titlevb.net
}

Dim pres As Presentation = ppta.Create(PowerPointApplication.FileFormat.Pptx);
{code} {example} {values} || Name || Description || | {anchor:Pptx}Pptx | PowerPoint 2007 and 2010 xml-format files, with the .pptx extension. |
Values

Name

Description

Anchor
Pptx
Pptx
Pptx

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