Selection.ClearCharacterStyle 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 character formatting that has been applied through character styles from the selected text.
public:
void ClearCharacterStyle();
public void ClearCharacterStyle ();
abstract member ClearCharacterStyle : unit -> unit
Public Sub 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.