apply_external_theme_to_depending_slides method

apply_external_theme_to_depending_slides

Creates a new master slide based on the current one, applying an external theme to it and applies the created master slide to all dependent slides.

Returns

New themed MasterSlide.

def apply_external_theme_to_depending_slides(self, fname):
    ...
ParameterTypeDescription
fnamestrPath to the external theme file (.thmx).

Exceptions

ExceptionDescription
PptxReadExceptionWhen external theme cannot be applied.

See Also