_Presentation.ApplyTheme Method
Applies a theme or design template to the specified presentation.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub ApplyTheme ( _
themeName As String _
)
'Usage
Dim instance As _Presentation
Dim themeName As String
instance.ApplyTheme(themeName)
void ApplyTheme(
string themeName
)
Parameters
- themeName
Type: System.String
The path and name of the theme file (.thmx) or design template file (.pot) to apply to the Presentation object.