_Presentation.TitleMaster Property
Returns a Master object that represents the title master for the specified presentation.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property TitleMaster As Master
Get
'Usage
Dim instance As _Presentation
Dim value As Master
value = instance.TitleMaster
Master TitleMaster { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.Master
Remarks
If the presentation doesn't have a title master, an error occurs.
Use the AddTitleMaster() method to add a title master to a presentation.