IBaseSlideHeaderFooterManager

IBaseSlideHeaderFooterManager interface

Represents manager which holds behavior of the footer, date-time, page number placeholders for all slide types.

public interface IBaseSlideHeaderFooterManager : IBaseHeaderFooterManager

Properties

NameDescription
AsIBaseHeaderFooterManager { get; }Returns IBaseHeaderFooterManager interface.
IsDateTimeVisible { get; }Gets value indicating that a date-time placeholder is present. ReadBoolean.
IsFooterVisible { get; }Gets value indicating that a footer placeholder is present. Read Boolean.
IsSlideNumberVisible { get; }Gets value indicating that a page number placeholder is present. ReadBoolean.

Methods

NameDescription
SetDateTimeText(string)Sets text to slide date-time placeholder.
SetDateTimeVisibility(bool)Changes slide date-time placeholder visibility.
SetFooterText(string)Sets text to slide footer placeholder.
SetFooterVisibility(bool)Changes slide footer placeholder visibility.
SetSlideNumberVisibility(bool)Changes slide page number placeholder visibility.

See Also