Selection.ClearCharacterAllFormatting Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes all character formatting (formatting applied either through character styles or manually applied formatting) from the selected text.
public:
void ClearCharacterAllFormatting();
public void ClearCharacterAllFormatting ();
abstract member ClearCharacterAllFormatting : unit -> unit
Public Sub 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.