|
Open(templateFileName)C# Syntax:
public void WordTemplate.
Open(String templateFileName);
VB.NET Syntax:
Public Sub WordTemplate.
Open(templateFileName As String)
Description:Opens the WordWriter template specified by the templateFileName parameter. A WordWriter template is a file created in Microsoft Word that contains merge fields. WordWriter supports Microsoft Word 97, 2000, and 2002 (XP). Do not
use Parameters:
Exceptions:
Example:
Open(templateStream)C# Syntax:
public void WordTemplate.
Open(System.IO.Stream oStreamObj);
VB.NET Syntax:
Public Sub WordTemplate.
Open(oStreamObj As System.IO.Stream)
Description:Opens a WordWriter template from a System.IO.Stream. A WordWriter template is a file created in Microsoft Word that contains merge fields. WordWriter supports Microsoft Word 97, 2000, and 2002 (XP). Do not
use Parameters:
Example:
Copyright © 2003, SoftArtisans, Inc. |