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
Wiki Markup
{description}
{excerpt}
When creating PowerPoint files with [{{Create}}|PowerPointApplication.Create(PowerPointApplication.FileFormat)], specifies which file format to use.
{excerpt}
{signature:C#}
enum FileFormat
{signature}
{signature:vb.net}
Enum FileFormat
{signature}
{remarks}

{remarks}
{example}
{code:csharp|title=C#}
Presentation pres = ppta.Create(PowerPointApplication.FileFormat.Pptx);
{code}
{code:vbnet|title=vb.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. |