IBaseHandoutNotesSlideHeaderFooterManag

IBaseHandoutNotesSlideHeaderFooterManag interface

Represents manager which holds behavior of the placeholders, including header placeholder for all types handout and notes slides.

public interface IBaseHandoutNotesSlideHeaderFooterManag : IBaseSlideHeaderFooterManager

Properties

NameDescription
AsIBaseSlideHeaderFooterManager { get; }Returns IBaseSlideHeaderFooterManager interface.
IsHeaderVisible { get; }Gets value indicating that a header placeholder is present. Read Boolean.

Methods

NameDescription
SetHeaderText(string)Sets text to slide header placeholder.
SetHeaderVisibility(bool)Changes slide header placeholder visibility.

Remarks

Original interface name “IBaseHandoutNotesSlideHeaderFooterManager” is trancuted to “IBaseHandoutNotesSlideHeaderFooterManag” for COM compatibility (type name length must be not more than 39).

See Also