GetRtfCommand Class
In This Article
A command to receive a document’s content in RTF format.
#Declaration
TypeScript
declare class GetRtfCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.getRtf property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
GetRtfCommand
See Also