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

Creates a new PowerPointTemplate object

Signature
C#
C#

<p>Public PowerPointTemplate()</p>
Signature
vb.net
vb.net

<p>Public Sub New PowerPointTemplate()
{signature}

{example}
{code:csharp|title=C#}</p>
Example

Code Block
csharp
csharp
titleC#
PowerPointTemplate ppt = new PowerPointTemplate();
{code}
{code:vbnet|title=
}
Code Block
vbnet
vbnet
titleVB.NET
Dim ppt As New PowerPointTemplate()
{code}

{example}
Example