CapitalizeEachWordTextCaseCommand Class
In This Article
A command to capitalize each word in the selected sentence.
#Declaration
TypeScript
declare class CapitalizeEachWordTextCaseCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.capitalizeEachWordTextCase property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
CapitalizeEachWordTextCaseCommand
See Also