CloseHeaderFooterCommand Class
In This Article
A command to finish header/footer editing.
#Declaration
TypeScript
declare class CloseHeaderFooterCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.closeHeaderFooter property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
CloseHeaderFooterCommand
See Also