WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IHeadersFooters - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved