IMasterNotesSlideHeaderFooterManager class

IMasterNotesSlideHeaderFooterManager class

Represents manager which holds behavior of the master notes slide footer, date-time, page number placeholders and all child placeholders. Child placeholders mean placeholders are contained on depending notes slides. Depending notes slides use and depend on master notes slide.

The IMasterNotesSlideHeaderFooterManager type exposes the following members:

Properties

PropertyDescription
is_header_visible
is_footer_visible
is_slide_number_visible
is_date_time_visible

Methods

MethodDescription
set_header_and_child_headers_visibility(self, is_visible)Changes master notes slide header placeholder and all child header placeholders visibility.
Child placeholders mean placeholders are contained on depending notes slides.
Depending notes slides use and depend on master notes slide.
set_header_and_child_headers_text(self, text)Sets text to master notes slide header placeholder and all child header placeholders.
Child placeholders mean placeholders are contained on depending notes slides.
Depending notes slides use and depend on master notes slide.
set_footer_and_child_footers_visibility(self, is_visible)Changes master notes slide footer placeholder and all child footer placeholders visibility.
Child placeholders mean placeholders are contained on depending notes slides.
Depending notes slides use and depend on master notes slide.
set_slide_number_and_child_slide_numbers_visibility(self, is_visible)Changes master notes slide page number placeholder and all child page number placeholders visibility.
Child placeholders mean placeholders are contained on depending notes slides.
Depending notes slides use and depend on master notes slide.
set_date_time_and_child_date_times_visibility(self, is_visible)Changes master notes slide date-time placeholder and all child date-time placeholders visibility.
Child placeholders mean placeholders are contained on depending notes slides.
Depending notes slides use and depend on master notes slide.
set_footer_and_child_footers_text(self, text)Sets text to master notes slide footer placeholder and all child footer placeholders.
Child placeholders mean placeholders are contained on depending notes slides.
Depending notes slides use and depend on master notes slide.
set_date_time_and_child_date_times_text(self, text)Sets text to master notes slide date-time placeholder and all child date-time placeholders.
Child placeholders mean placeholders are contained on depending notes slides.
Depending notes slides use and depend on master notes slide.
set_header_visibility(self, is_visible)
set_header_text(self, text)
set_footer_visibility(self, is_visible)
set_slide_number_visibility(self, is_visible)
set_date_time_visibility(self, is_visible)
set_footer_text(self, text)
set_date_time_text(self, text)

See Also