ClearFormattingCommand Class
In This Article
A command to reset the selected text’s formatting to default.
#Declaration
TypeScript
declare class ClearFormattingCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.clearFormatting property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
ClearFormattingCommand
See Also