Selection.ClearCharacterAllFormatting Method
Removes all character formatting (formatting applied either through character styles or manually applied formatting) from the selected text.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub ClearCharacterAllFormatting
'Usage
Dim instance As Selection
instance.ClearCharacterAllFormatting()
void ClearCharacterAllFormatting()
Remarks
This method removes all character formatting. If you need to removed formatting applied through character styles, use the ClearCharacterStyle() method. To remove character formatting that the user has manually applied using Microsoft Office Word character formatting features, use the ClearCharacterDirectFormatting() method.
Note
To remove paragraph formatting, see the ClearParagraphAllFormatting(), ClearParagraphDirectFormatting(), or ClearParagraphStyle() method.