Master Members
Include Protected Members
Include Inherited Members
Represents a slide master, title master, handout master, notes master, or design master.
The Master type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. (Inherited from _Master.) | |
Background | Returns a ShapeRange object that represents the slide background. (Inherited from _Master.) | |
BackgroundStyle | Sets or returns the background style of the specified object. Read/write. (Inherited from _Master.) | |
ColorScheme | Returns or sets the ColorScheme object that represents the scheme colors for the specified slide, slide range, or slide master. Read/write. (Inherited from _Master.) | |
CustomerData | Returns a CustomerData object. Read-only. (Inherited from _Master.) | |
CustomLayouts | Returns a CustomLayouts object that represents the custom layouts associated with the presentation design of the specified Master object. Read-only. (Inherited from _Master.) | |
Design | Returns a Design object representing a design. (Inherited from _Master.) | |
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. (Inherited from _Master.) | |
Height | Returns or sets the height of the specified object, in points. Read-only. (Inherited from _Master.) | |
Hyperlinks | Returns a Hyperlinks collection that represents all the hyperlinks on the specified slide. Read-only. (Inherited from _Master.) | |
Name | Returns or sets the name of the specified object. Read/write. (Inherited from _Master.) | |
Parent | Returns the parent object for the specified object. (Inherited from _Master.) | |
Scripts | Reserved for internal use. (Inherited from _Master.) | |
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. (Inherited from _Master.) | |
SlideShowTransition | Returns a SlideShowTransition object that represents the special effects for the specified slide transition. Read-only. (Inherited from _Master.) | |
TextStyles | Returns a TextStyles collection that represents three text styles for the specified slide master. Read-only. (Inherited from _Master.) | |
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. (Inherited from _Master.) | |
TimeLine | Returns a TimeLine object that represents the animation timeline for the slide. Read-only. (Inherited from _Master.) | |
Width | Returns the width of the specified object, in points. Read-only. (Inherited from _Master.) |
Top
Methods
Name | Description | |
---|---|---|
ApplyTheme | Applies a theme or design template to the specified slide master, title master, handout master, notes master, or design master. (Inherited from _Master.) | |
Delete | Deletes the specified Master object. (Inherited from _Master.) |
Top