ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IHeaderFooter - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IHeaderFooter

    Represents a header, footer, date and time, slide number on a slide or master.

    Namespace: Syncfusion.Presentation
    Assembly: Syncfusion.Presentation.Base.dll
    Syntax
    public interface IHeaderFooter
    Remarks

    All the IHeaderFooter objects for a slide or master are contained in a IHeadersFooters object.

    Properties

    Format

    Gets or sets a date and time format of Date placeholder for the specified slide.

    Declaration
    DateTimeFormatType Format { get; set; }
    Property Value
    Type Description
    DateTimeFormatType
    Remarks

    Used to represent DateTimeFormat of a Date placeholder and will not valid for Header, Footer and SlideNumber placeholders.

    Text

    Gets or sets a text from IHeaderFooter object for the specified slide.

    Declaration
    string Text { get; set; }
    Property Value
    Type Description
    System.String
    Remarks

    If sets a value to Text property of DateAndTime or SlideNumber, it will be displayed as fixed text.

    Visible

    Gets or sets the visibility of IHeaderFooter object for the specified slide.

    Declaration
    bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Visibility of HeaderFooter is only applied, when specified HeaderFooter is exist in parent slide.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved