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 WordTemplate object.

Signature
C#
C#
<p>public WordTemplate ( )</p>
Signature
vb.net
vb.net
<p>Public Sub New WordTemplate ( )</p>
Example
Code Block
csharp
csharp
titleC#
WordTemplate wt = new WordTemplate();
Code Block
vb.net
vb.net
titlevb.net
Dim wlt As New WordTemplate()