ApplyExternalThemeToDependingSlides()

IMasterSlide::ApplyExternalThemeToDependingSlides(System::String) 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.

virtual System::SharedPtr<IMasterSlide> Aspose::Slides::IMasterSlide::ApplyExternalThemeToDependingSlides(System::String fname)=0

Arguments

ParameterTypeDescription
fnameSystem::StringPath to the external theme file (.thmx).

Return Value

New themed MasterSlide.

See Also