HeaderFooter Class
Represents a header and a footer of a MasterSlide or a LayoutSlide.
- Inheritance:
- System.ObjectHeaderFooter
Properties
IsDateTimeEnabled
Gets or sets a value indicating whether the Date placeholder is enabled.
Property Value
- System.Boolean
true if the Date placeholder is enabled; otherwise, false.
IsFooterEnabled
Gets or sets a value indicating whether the Footer placeholder is enabled.
Property Value
- System.Boolean
true if the Footer placeholder is enabled; otherwise, false.
IsHeaderEnabled
Gets or sets a value indicating whether the Header placeholder is enabled.
Property Value
- System.Boolean
true if the Header placeholder is enabled; otherwise, false.
IsSlideNumberEnabled
Gets or sets a value indicating whether the SlideNumber placeholder is enabled.
public bool IsSlideNumberEnabled { get; set; }
Public Property IsSlideNumberEnabled As Boolean
Property Value
- System.Boolean
true if the SlideNumber placeholder is enabled; otherwise, false.