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
- Template
Type: System.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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.