_Presentation.AddTitleMaster Method
Adds a title master to the specified presentation and returns a Master object that represents the title master.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function AddTitleMaster As Master
'Usage
Dim instance As _Presentation
Dim returnValue As Master
returnValue = instance.AddTitleMaster()
Master AddTitleMaster()
Return Value
Type: Microsoft.Office.Interop.PowerPoint.Master
Remarks
If the presentation already has a title master, an error occurs.