InsertFloatingTextBoxCommand Class
In This Article
A command to insert a floating text box.
#Declaration
TypeScript
declare class InsertFloatingTextBoxCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertFloatingTextBox property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
InsertFloatingTextBoxCommand
See Also