Template.OpenAsDocument Method

Definition

Opens the specified template as a document and returns a Document object.

public:
 Microsoft::Office::Interop::Word::Document ^ OpenAsDocument();
public Microsoft.Office.Interop.Word.Document OpenAsDocument ();
abstract member OpenAsDocument : unit -> Microsoft.Office.Interop.Word.Document
Public Function OpenAsDocument () As Document

Returns

Remarks

Opening a template as a document allows the user to edit the contents of the template. This may be necessary if a property or method (the Styles property, for example) isn't available from the Template object.

Applies to