IMasterSlideApplyExternalThemeToDependingSlides 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.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxIMasterSlide ApplyExternalThemeToDependingSlides(
string fname
)
Function ApplyExternalThemeToDependingSlides (
fname As String
) As IMasterSlide
IMasterSlide^ ApplyExternalThemeToDependingSlides(
String^ fname
)
abstract ApplyExternalThemeToDependingSlides :
fname : string -> IMasterSlide
Parameters
- fname
- Type: SystemString
Path to the external theme file (.thmx).
Return Value
Type:
IMasterSlideNew themed MasterSlide.
Exceptions
See Also