MakeTextSentenceCaseCommand Class
In This Article
A command to convert the text of all selected sentences to sentence case.
#Declaration
TypeScript
declare class MakeTextSentenceCaseCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.makeTextSentenceCase property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
MakeTextSentenceCaseCommand
See Also