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