Skip to main content

SetDifferentFirstPageHeaderFooterCommand Class

A command to change the header/footer edit mode, so it allows creation of a different header or footer for the first page of a document or section.

#Declaration

TypeScript
declare class SetDifferentFirstPageHeaderFooterCommand extends CommandWithBooleanStateBase

#Remarks

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

#Inheritance

CommandBase
CommandWithBooleanStateBase
SetDifferentFirstPageHeaderFooterCommand
See Also