ToggleTextCaseCommand Class
In This Article
A command to toggle the case for each character - upper case becomes lower, lower case becomes upper.
#Declaration
TypeScript
declare class ToggleTextCaseCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.toggleTextCase property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
ToggleTextCaseCommand
See Also