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