Click or drag to resize

ISlide Properties

The ISlide type exposes the following members.

Properties
Name Description
Public property Comments
Gets all author comments.
Public property DisplaySlideBackground
Gets slide's display background. Read only DisplaySlideBackground .
Public property Hidden
Indicates whether the specified slide is hidden during a slide show. Read/write Boolean .
Public property Layout
get or set the layout.
Public property MasterSlideID
Gets the ID of a masterslide. Read-only UInt32 .
Public property Name
Gets or sets the name of a slide. Read/write String .
Public property NotesSlide
Gets the notes slide for the current slide. Read-only NotesSlide .
Public property OleObjects
Returns the collection of Ole Objects on a slide. Read-only OleObjectCollection
Public property Presentation
Public property Shapes
Gets the shapes of a slide. Read-only ShapeCollection .
Public property ShowMasterShape
Hide background graphics
Public property SlideBackground
Gets slide's background. Read only SlideBackground .
Public property SlideID
Gets the ID of a slide. Read-only UInt32 .
Public property SlideNumber
Gets a number of slide. Index of slide in Slides collection is always equal to SlideNumber - 1.
Public property SlideShowTransition
Gets the Transition object which contains information about how the specified slide advances during a slide show. Read-only SlideShowTransition .
Public property TagsList
Gets the slide's tags collection. Read-only TagCollection .
Public property Theme
Gets the theme object.
Public property Timeline
Gets animation timeline object. Read-only TimeLine .
Public property Title
Gets or Sets the Title of silde.
Top
See Also