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()</p>
Example

Code Block
csharp
csharp
titleC#
PowerPointTemplate ppt = new PowerPointTemplate();
Code Block
vbnet
vbnet
titleVB.NET
Dim ppt As New PowerPointTemplate()
Example