SwitchTextCaseCommand Class
In This Article
A command to switch the text case at the current position in the document.
#Declaration
TypeScript
declare class SwitchTextCaseCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.switchTextCase property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
SwitchTextCaseCommand
See Also