Skip to main content
A newer version of this page is available. .

HeaderAndFooterTabItemId Enum

Lists commands contained in the Header And Footer tab.

Declaration

export enum HeaderAndFooterTabItemId {
    GoToPageHeader = 227,
    GoToPageFooter = 228,
    GoToPreviousPageHeaderFooter = 230,
    GoToNextPageHeaderFooter = 229,
    LinkHeaderFooterToPrevious = 222,
    ToggleDifferentFirstPage = 231,
    ToggleDifferentOddAndEvenPages = 232,
    ChangeHeaderOffset = 330,
    ChangeFooterOffset = 331,
    ClosePageHeaderFooter = 233
}

Members

Name Description
ChangeFooterOffset

Identifies the Change Footer Offset command.

ChangeHeaderOffset

Identifies the Change Header Offset command.

ClosePageHeaderFooter

Identifies the Close Page Header Footer command.

GoToNextPageHeaderFooter

Identifies the Go To Next Page Header Footer command.

GoToPageFooter

Identifies the Go To Page Footer command.

GoToPageHeader

Identifies the Go To Page Header command.

GoToPreviousPageHeaderFooter

Identifies the Go To Previous Page Header Footer command.

LinkHeaderFooterToPrevious

Identifies the Link Header Footer To Previous command.

ToggleDifferentFirstPage

Identifies the Toggle Different First Page command.

ToggleDifferentOddAndEvenPages

Identifies the Toggle Different Odd And Even Pages command.