Skip to main content

MakeTextSentenceCaseCommand Class

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