Slide Members

Include Protected Members
Include Inherited Members

Represents a slide. The Slides collection contains all the Slide objects in a presentation.

The Slide type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified object. (Inherited from _Slide.)
Public property Background Returns a ShapeRange object that represents the slide background. (Inherited from _Slide.)
Public property BackgroundStyle Sets or returns the background style of the specified object. Read/write. (Inherited from _Slide.)
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. (Inherited from _Slide.)
Public property Comments Returns a Comments object that represents a collection of comments. Read-only. (Inherited from _Slide.)
Public property CustomerData Returns a CustomerData object. Read-only. (Inherited from _Slide.)
Public property CustomLayout Returns a CustomLayout object that represents the custom layout associated with the specified slide. Read-only. (Inherited from _Slide.)
Public property Design Returns a Design object representing a design. (Inherited from _Slide.)
Public property DisplayMasterShapes Determines whether the specified slide displays the background objects on the slide master. Read/write. (Inherited from _Slide.)
Public property FollowMasterBackground Determines whether the slide follows the slide master background. Read/write. (Inherited from _Slide.)
Public property HasNotesPage Indicates whether the selected Slide has media that resides on a notes page. Read-only. (Inherited from _Slide.)
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. (Inherited from _Slide.)
Public property Hyperlinks Returns a Hyperlinks collection that represents all the hyperlinks on the specified slide. Read-only. (Inherited from _Slide.)
Public property Layout Returns or sets a PpSlideLayout constant that represents the slide layout. Read/write. (Inherited from _Slide.)
Public property Master Returns a Master object that represents the slide master. Read-only. (Inherited from _Slide.)
Public property Name When a slide is inserted into a presentation, Microsoft PowerPoint automatically assigns it a name in the form Sliden, where n is an integer that represents the order in which the slide was created in the presentation. For example, the first slide inserted into a presentation is automatically named Slide1. If you copy a slide from one presentation to another, the slide loses the name it had in the first presentation and is automatically assigned a new name in the second presentation. A slide range must contain exactly one slide. Read/write. (Inherited from _Slide.)
Public property NotesPage Returns a SlideRange object that represents the notes pages for the specified slide or range of slides. Read-only. (Inherited from _Slide.)
Public property Parent Returns the parent object for the specified object. (Inherited from _Slide.)
Public property PrintSteps Returns the number of slides you'd need to print to simulate the builds on the specified slide, slide master, or range of slides. Read-only. (Inherited from _Slide.)
Public property Scripts Reserved for internal use. (Inherited from _Slide.)
Public property sectionIndex Returns the index of the selected section in the Slide range. Read-only. (Inherited from _Slide.)
Public property SectionNumber Reserved for internal use. (Inherited from _Slide.)
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. (Inherited from _Slide.)
Public property SlideID Returns a unique ID number for the specified slide. Read-only. (Inherited from _Slide.)
Public property SlideIndex Returns the index number of the specified slide within the Slides collection. Read-only. (Inherited from _Slide.)
Public property SlideNumber Returns the slide number. Read-only. (Inherited from _Slide.)
Public property SlideShowTransition Returns a SlideShowTransition object that represents the special effects for the specified slide transition. Read-only. (Inherited from _Slide.)
Public property Tags Returns a Tags object that represents the tags for the specified object. Read-only. (Inherited from _Slide.)
Public property ThemeColorScheme Returns a ThemeColorScheme object that represents the color scheme associated with the specified slide. Read-only. (Inherited from _Slide.)
Public property TimeLine Returns a TimeLine object that represents the animation timeline for the slide. Read-only. (Inherited from _Slide.)

Top

Methods

  Name Description
Public method ApplyTemplate Applies a design template to the specified slide. (Inherited from _Slide.)
Public method ApplyTheme Applies a theme or design template to the specified slide. (Inherited from _Slide.)
Public method ApplyThemeColorScheme Applies a color scheme to the specified slide. (Inherited from _Slide.)
Public method Copy Copies the specified object to the Clipboard. (Inherited from _Slide.)
Public method Cut Deletes the specified object and places it on the Clipboard. (Inherited from _Slide.)
Public method Delete Deletes the specified Slide object. (Inherited from _Slide.)
Public method Duplicate Creates a duplicate of the specified Slide object, adds the new slide to the Slides collection immediately after the slide specified originally, and then returns a Slide object that represents the duplicate slide. (Inherited from _Slide.)
Public method Export Exports a slide, using the specified graphics filter, and saves the exported file under the specified file name. (Inherited from _Slide.)
Public method MoveTo Moves the specified object to a specific location within the same collection, renumbering all other items in the collection appropriately. (Inherited from _Slide.)
Public method MoveToSectionStart Moves the current slide to the start of the specified section. (Inherited from _Slide.)
Public method PublishSlides Publishes the specified slide to the specified location. (Inherited from _Slide.)
Public method Select Selects the specified object. (Inherited from _Slide.)

Top

See Also

Reference

Slide Interface

Microsoft.Office.Interop.PowerPoint Namespace