_Font.Reset Method

Removes manual character formatting (formatting not applied using a style).

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

Syntax

'Declaration
Sub Reset
'Usage
Dim instance As _Font

instance.Reset()
void Reset()

Remarks

If you manually format a word as bold and the underlying style is plain text (not bold), the Reset method removes the bold format.

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace