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):
...
Parameter | Type | Description |
---|---|---|
fname | str | Path to the external theme file (.thmx). |
Exceptions
Exception | Description |
---|---|
PptxReadException | When external theme cannot be applied. |
See Also
- class
IMasterSlide
- class
MasterSlide
- class
PptxReadException
- module
aspose.slides
- library
Aspose.Slides