set_footer_and_child_footers_text method

set_footer_and_child_footers_text

Sets text to layout slide footer placeholder and all child footer placeholders. Child placeholders mean placeholders are contained on depending slides. Depending slides use and depend on layout slide.

def set_footer_and_child_footers_text(self, text):
    ...
ParameterTypeDescription
textstrText to set.

See Also