RemoveNextWordCommand.execute Method
Executes the RemoveNextWordCommand command.
Declaration
execute(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Usage example:
richEdit.commands.removeNextWord.execute();
See Also