set_footer_and_child_footers_visibility method

set_footer_and_child_footers_visibility

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.

def set_footer_and_child_footers_visibility(self, is_visible):
    ...
ParameterTypeDescription
is_visiblebooltrue - makes a footer placeholders visible, otherwise - hides them.

See Also