LinkHeaderFooterToPreviousCommand Class
In This Article
A command to link a header/footer to the previous section, so it has the same content.
#Declaration
TypeScript
declare class LinkHeaderFooterToPreviousCommand extends CommandWithSimpleStateBase
#Remarks
An instance of this object can be accessed using the RichEditCommands object’s RichEditCommands.linkHeaderFooterToPrevious property.
#Inheritance
CommandBase
CommandWithSimpleStateBase
LinkHeaderFooterToPreviousCommand
See Also