IBaseHandoutNotesSlideHeaderFooterManag class

IBaseHandoutNotesSlideHeaderFooterManag class

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

The IBaseHandoutNotesSlideHeaderFooterManag type exposes the following members:

Properties

PropertyDescription
is_header_visibleGets value indicating that a header placeholder is present.
Read bool.
is_footer_visible
is_slide_number_visible
is_date_time_visible

Methods

MethodDescription
set_header_visibilityChanges slide header placeholder visibility.
set_header_textSets text to slide header placeholder.
set_footer_visibility
set_slide_number_visibility
set_date_time_visibility
set_footer_text
set_date_time_text

Remarks

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

See Also