API Reference

Class

LegacyPptHeaderFooterSettings

Namespace OfficeIMO.PowerPoint.LegacyPpt.Model
Assembly OfficeIMO.PowerPoint
Modifiers sealed

Represents the header and footer options stored by a binary PowerPoint container.

Inheritance

  • Object
  • LegacyPptHeaderFooterSettings

Usage

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

Properties

public Int16 DateTimeFormatId { get; } #

Gets the legacy date/time format identifier, from 0 through 13.

public UInt16 RawFlags { get; } #

Gets the complete 16-bit options field, including ignored reserved bits.

public Boolean ShowDate { get; } #

Gets whether a date is displayed in the footer area.

public Boolean UseAutomaticDateTime { get; } #

Gets whether the current date/time supplies the displayed date.

public Boolean UseUserDate { get; } #

Gets whether the stored user date supplies the displayed date.

public Boolean ShowSlideNumber { get; } #

Gets whether the slide or page number is displayed.

public Boolean ShowHeader { get; } #

Gets whether the header text is displayed.

public Boolean ShowFooter { get; } #

Gets whether the footer text is displayed.

public String UserDateText { get; } #

Gets the fixed user-date text, when present.

public String HeaderText { get; } #

Gets the header text, when present.

public String FooterText { get; } #

Gets the footer text, when present.