Selection.ClearCharacterStyle Method

Removes character formatting that has been applied through character styles from the selected text.

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

Syntax

'Declaration
Sub ClearCharacterStyle
'Usage
Dim instance As Selection

instance.ClearCharacterStyle()
void ClearCharacterStyle()

Remarks

This method does not remove character formatting that a user has applied manually. To remove manually applied character formatting, use the ClearCharacterDirectFormatting() method. To remove all character formatting, both style and manual formatting, use the ClearCharacterAllFormatting() method.

Note

To remove paragraph formatting, see the ClearParagraphAllFormatting(), ClearParagraphDirectFormatting(), or ClearParagraphStyle() method.

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace