API Reference
Class
LegacyPptHeaderFooterSettings
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.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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 String UserDateText { get; } #Gets the fixed user-date text, when present.
public String HeaderText { get; } #Gets the header text, when present.