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}
Creates a new [WordTemplate] object.
{excerpt}
{signature:C#}
public WordTemplate ( )
{signature}
{signature:vb.net}
Public Sub New WordTemplate ( )
{signature}
{example}
{code:csharp|title=C#}
WordTemplate wt = new WordTemplate();
{code}
{code:vb.net|title=vb.net}
Dim wlt As New WordTemplate()
{code}

{example}