ApplyExternalThemeToDependingSlides()

MasterSlide::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.

System::SharedPtr<IMasterSlide> Aspose::Slides::MasterSlide::ApplyExternalThemeToDependingSlides(System::String fname) override

Arguments

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

Return Value

New themed MasterSlide.

See Also