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.