SlideHeaderFooterManager

SlideHeaderFooterManager class

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

public sealed class SlideHeaderFooterManager : BaseSlideHeaderFooterManager, 
    ISlideHeaderFooterManager

Properties

NameDescription
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