Class SetFontUnderlineCmd
The command to make font underline for the current cursor position or selected text.
Package: @aurigma/design-atoms-text
Constructors
(constructor)(_textManager)
Constructs a new instance of the SetFontUnderlineCmd class
Declaration
constructor(_textManager: ITextManager);Parameters
| Type | Name | Description | 
|---|---|---|
| ITextManager | _textManager | 
Methods
execute()
Declaration
execute(): boolean;Returns
| Type | Description | 
|---|---|
| boolean |