InsertRtfCommand Class
In This Article
A command to add an RTF formatted content in the selected position.
#Declaration
TypeScript
declare class InsertRtfCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertRtf property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
InsertRtfCommand
See Also