Font.SetAsTemplateDefault Method (Word)

Sets the specified font formatting as the default for the active document and all new documents based on the active template.

Syntax

expression .SetAsTemplateDefault

expression Required. A variable that represents a Font object.

Remarks

The default font formatting is stored in the Normal style.

Example

This example sets the character formatting in the selection as the default.

Selection.Font.SetAsTemplateDefault

See Also

Concepts

Font Object Members

Font Object