Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

...

Name

...

Description

...

{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);
Signature
C#C#
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}
{signature:vb.net
vb.net
}
Enum FileFormat
Remarks
Example
Code Block
csharpcsharp
titleC#
Code Block
vbnetvbnettitle
Values
{code}
{example}
{values}
|| Name || Description ||
| {anchor:Pptx}Pptx | PowerPoint 2007 and 2010 xml-format files, with the .pptx extension. |