Document.CopyStylesFromTemplate Method

Copies styles from the specified template to a document.

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

Syntax

'Declaration
Sub CopyStylesFromTemplate ( _
    Template As String _
)
void CopyStylesFromTemplate(
    string Template
)

Parameters

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.

.NET Framework Security

See Also

Reference

Document Interface

Microsoft.Office.Tools.Word Namespace