_Master Members

Include Protected Members
Include Inherited Members

A primary interface in a COM coclass that managed code requires to interoperate with the corresponding COM object. Use this primary interface to disambiguate when a method and an event on the COM object share the same name. Cast to this interface to call the method; cast to the latest events interface to connect to the event. Otherwise, use the interface in the Microsoft® .NET Framework that is derived from the COM coclass to access methods, properties, and events of the COM object.

For information about the COM object, see Master.

The _Master type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified object.
Public property Background Returns a ShapeRange object that represents the slide background.
Public property BackgroundStyle Sets or returns the background style of the specified object. Read/write.
Public property ColorScheme Returns or sets the ColorScheme object that represents the scheme colors for the specified slide, slide range, or slide master. Read/write.
Public property CustomerData Returns a CustomerData object. Read-only.
Public property CustomLayouts Returns a CustomLayouts object that represents the custom layouts associated with the presentation design of the specified Master object. Read-only.
Public property Design Returns a Design object representing a design.
Public property HeadersFooters Returns a HeadersFooters collection that represents the header, footer, date and time, and slide number associated with the slide, slide master, or range of slides. Read-only.
Public property Height Returns or sets the height of the specified object, in points. Read-only.
Public property Hyperlinks Returns a Hyperlinks collection that represents all the hyperlinks on the specified slide. Read-only.
Public property Name Returns or sets the name of the specified object. Read/write.
Public property Parent Returns the parent object for the specified object.
Public property Scripts Reserved for internal use.
Public property Shapes Returns a Shapes collection that represents all the elements that have been placed or inserted on the specified slide, slide master, or range of slides. Read-only.
Public property SlideShowTransition Returns a SlideShowTransition object that represents the special effects for the specified slide transition. Read-only.
Public property TextStyles Returns a TextStyles collection that represents three text styles for the specified slide master. Read-only.
Public property Theme Returns a Theme object that represents the theme used by the specified slide master, title master, handout master, notes master, or design master. Read-only.
Public property TimeLine Returns a TimeLine object that represents the animation timeline for the slide. Read-only.
Public property Width Returns the width of the specified object, in points. Read-only.

Top

Methods

  Name Description
Public method ApplyTheme Applies a theme or design template to the specified slide master, title master, handout master, notes master, or design master.
Public method Delete Deletes the specified Master object.

Top

See Also

Reference

_Master Interface

Microsoft.Office.Interop.PowerPoint Namespace