Skip to main content

GoToNextHeaderFooterCommand Class

A command to navigate to the next page header or footer in the header/footer editing mode.

#Declaration

TypeScript
declare class GoToNextHeaderFooterCommand extends CommandWithSimpleStateBase

#Remarks

An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.goToNextHeaderFooter property.

#Inheritance

CommandBase
CommandWithSimpleStateBase
GoToNextHeaderFooterCommand
See Also