Interface IHeadersFooters
Contains all the IHeaderFooter objects on the specified slide, notes slide, or master.
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public interface IHeadersFooters
Properties
DateAndTime
Gets an IHeaderFooter object that represents a DateAndTime item that appears in the lower-left corner of a slide or in the upper-right corner of a notes slide.
Declaration
IHeaderFooter DateAndTime { get; }
Property Value
Type | Description |
---|---|
IHeaderFooter |
Footer
Gets an IHeaderFooter object that represents a Footer that appears at the bottom of a slide or in the lower-left corner of a notes slide.
Declaration
IHeaderFooter Footer { get; }
Property Value
Type | Description |
---|---|
IHeaderFooter |
Header
Gets an IHeaderFooter object that represents a Header that appears at the top-left corner of a notes slide.
Declaration
IHeaderFooter Header { get; }
Property Value
Type | Description |
---|---|
IHeaderFooter |
Remarks
Header is valid only for Notes slide.
SlideNumber
Gets an IHeaderFooter object that represents the SlideNumber in the lower-right corner of a slide, or the page number in the lower-right corner of a notes slide.
Declaration
IHeaderFooter SlideNumber { get; }
Property Value
Type | Description |
---|---|
IHeaderFooter |