ApplyExternalThemeToDependingSlides

MasterSlide.ApplyExternalThemeToDependingSlides method

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.

public IMasterSlide ApplyExternalThemeToDependingSlides(string fname)
ParameterTypeDescription
fnameStringPath to the external theme file (.thmx).

Return Value

New themed MasterSlide.

Exceptions

exceptioncondition
PptxReadExceptionWhen external theme cannot be applied.

See Also