Skip to main content

InsertNonBreakingSpaceCommand Class

A command to add a non-breaking space in place of a selected range.

#Declaration

TypeScript
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