Skip to main content

SetFontUnderlineCmd

Classes

SetFontUnderlineCmd

The command to make font underline for the current cursor position or selected text.

Implements

Constructors

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

SetFontUnderlineCmd

Methods

execute()
execute(): boolean;

Executes the command.

Returns

boolean

true if changes were made, false otherwise.

Implementation of

ICommand.execute

Was this page helpful?