_Font.SetAsTemplateDefault Method
Sets the specified font formatting as the default for the active document and all new documents based on the active template. The default font formatting is stored in the Normal style.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub SetAsTemplateDefault
'Usage
Dim instance As _Font
instance.SetAsTemplateDefault()
void SetAsTemplateDefault()