_Document.CopyStylesFromTemplate Method

Copies styles from the specified template to a document.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub CopyStylesFromTemplate ( _
    Template As String _
)
'Usage
Dim instance As _Document
Dim Template As String

instance.CopyStylesFromTemplate(Template)
void CopyStylesFromTemplate(
    string Template
)

Parameters

  • Template
    Type: System.String
    Required String. The template file name.

Remarks

When styles are copied from a template to a document, like-named styles in the document are redefined to match the style descriptions in the template. Unique styles from the template are copied to the document. Unique styles in the document remain intact.

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace