Description
Takes a WordTemplate object representing a template Word file, and opens the file as a Document object.
C#
vb.net
Parameters
wwt
AWordTemplate
object representing a template Word file.
Returns
The Word file that was passed fromWordTemplate
to WordApplication.
Exceptions
System.Exception
Thrown if an error occurs while opening the template.Remarks
Though theWordTemplate
object currently supports Office Open XML (Word 2007) format files, WordApplication.Open() does not yet support them.
Examples
C#
vb.net