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