API Reference

Class

HeaderFooterSnapshot

Namespace OfficeIMO.Excel.ExcelSheet
Assembly OfficeIMO.Excel
Modifiers sealed

Snapshot of header and footer text and related flags for this worksheet.

Inheritance

  • Object
  • HeaderFooterSnapshot

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

Properties

public String HeaderLeft { get; set; } #

Left section text of the header (odd pages).

public String HeaderCenter { get; set; } #

Center section text of the header (odd pages).

public String HeaderRight { get; set; } #

Right section text of the header (odd pages).

public String FooterLeft { get; set; } #

Left section text of the footer (odd pages).

public String FooterCenter { get; set; } #

Center section text of the footer (odd pages).

public String FooterRight { get; set; } #

Right section text of the footer (odd pages).

public String FirstHeaderLeft { get; set; } #

Left section text of the header (first page).

public String FirstHeaderCenter { get; set; } #

Center section text of the header (first page).

public String FirstHeaderRight { get; set; } #

Right section text of the header (first page).

public String FirstFooterLeft { get; set; } #

Left section text of the footer (first page).

public String FirstFooterCenter { get; set; } #

Center section text of the footer (first page).

public String FirstFooterRight { get; set; } #

Right section text of the footer (first page).

public String EvenHeaderLeft { get; set; } #

Left section text of the header (even pages).

public String EvenHeaderCenter { get; set; } #

Center section text of the header (even pages).

public String EvenHeaderRight { get; set; } #

Right section text of the header (even pages).

public String EvenFooterLeft { get; set; } #

Left section text of the footer (even pages).

public String EvenFooterCenter { get; set; } #

Center section text of the footer (even pages).

public String EvenFooterRight { get; set; } #

Right section text of the footer (even pages).

public Boolean DifferentFirstPage { get; set; } #

First page has different header/footer.

public Boolean DifferentOddEven { get; set; } #

Odd and even pages have different headers/footers.

public Boolean HeaderHasPicturePlaceholder { get; set; } #

True if any header section contains the picture placeholder (&G).

public Boolean FooterHasPicturePlaceholder { get; set; } #

True if any footer section contains the picture placeholder (&G).

public HeaderFooterImageSnapshot HeaderLeftImage { get; set; } #

Left section image of the header (odd pages), when available.

public HeaderFooterImageSnapshot HeaderCenterImage { get; set; } #

Center section image of the header (odd pages), when available.

public HeaderFooterImageSnapshot HeaderRightImage { get; set; } #

Right section image of the header (odd pages), when available.

public HeaderFooterImageSnapshot FooterLeftImage { get; set; } #

Left section image of the footer (odd pages), when available.

public HeaderFooterImageSnapshot FooterCenterImage { get; set; } #

Center section image of the footer (odd pages), when available.

public HeaderFooterImageSnapshot FooterRightImage { get; set; } #

Right section image of the footer (odd pages), when available.