InsertNonBreakingSpaceCommand Class
A command to add a non-breaking space in place of a selected range.
Declaration
declare class InsertNonBreakingSpaceCommand extends CommandWithSimpleStateBase
Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertNonBreakingSpace property.
Inheritance
CommandBase
CommandWithSimpleStateBase
InsertNonBreakingSpaceCommand
See Also