ChangeFontSubscriptCommand Class
In This Article
A command to change the subscript formatting of characters in the selected range.
#Declaration
TypeScript
declare class ChangeFontSubscriptCommand extends CommandWithBooleanStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.changeFontSubscript property.
#Inheritance
CommandBase
CommandWithBooleanStateBase
ChangeFontSubscriptCommand
See Also