InsertFooterCommand Class
In This Article
A command to activate the page footer and begin editing.
#Declaration
TypeScript
declare class InsertFooterCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.insertFooter property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
InsertFooterCommand
See Also