CopyStylesFromTemplate Method

See Also         Example         Applies To

Copies styles from the specified template to a document.

Syntax

expression.CopyStylesFromTemplate(Template)

expression   Required. An expression that returns a Document object.

Template   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.