ChangeFontStrikeoutCommand Class
In This Article
A command to change the strikeout formatting of characters in a selected range.
#Declaration
TypeScript
declare class ChangeFontStrikeoutCommand extends CommandWithBooleanStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeFontStrikeout property.
#Inheritance
CommandBase
CommandWithBooleanStateBase
ChangeFontStrikeoutCommand
See Also