ChangeStyleCommand Class
In This Article
A command to change the selected range’s style.
#Declaration
TypeScript
declare class ChangeStyleCommand extends CommandBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeStyle property.
#Inheritance
CommandBase
ChangeStyleCommand
See Also