Template.OpenAsDocument Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.