{description}
{excerpt}
Creates a new [PowerPointTemplate] object
{excerpt}
{signature:C#}
Public PowerPointTemplate()
{signature}

{signature:vb.net}
Public Sub New PowerPointTemplate()
{signature}

{example}
{code:csharp|title=C#}
PowerPointTemplate ppt = new PowerPointTemplate();
{code}
{code:vbnet|title=VB.NET}
Dim ppt As New PowerPointTemplate()
{code}

{example}