Skip to main content

SetSuperscriptLettersCmd

Classes

SetSuperscriptLettersCmd

The command to set superscript letters for the current cursor position or selected text.

Implements

Constructors

Constructor
new SetSuperscriptLettersCmd(textManager): SetSuperscriptLettersCmd;
Parameters
ParameterType
textManagerITextManager
Returns

SetSuperscriptLettersCmd

Methods

execute()
execute(): boolean;

Executes the command.

Returns

boolean

true if changes were made, false otherwise.

Implementation of

ICommand.execute

Was this page helpful?