Skip to main content

ToggleTextCaseCommand Class

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

See Also