InsertSymbolCommand Class
In This Article
A command to insert a character into the document.
#Declaration
TypeScript
declare class InsertSymbolCommand
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertSymbol property.
See Also