BaseSlide Properties |
The BaseSlide type exposes the following members.
Name | Description | |
---|---|---|
![]() | Background |
Returns slide's background.
Read-only IBackground.
|
![]() | Controls |
Returns the collection of ActiveX controls on a slide.
Read-only IControlCollection.
|
![]() | CustomData |
Returns the slide's custom data.
Read-only ICustomData.
|
![]() | HyperlinkQueries |
Provides easy access to contained hyperlinks.
Read-only IHyperlinkQueries.
|
![]() | Name |
Returns or sets the name of a slide.
Read/write String.
|
![]() | Presentation |
Returns IPresentation interface.
Read-only IPresentation.
|
![]() | Shapes |
Returns the shapes of a slide.
Read-only IShapeCollection.
|
![]() | ShowMasterShapes |
Specifies if shapes on the master slide should be shown on slides or not.
For master slide itself this property always returns false.
Read/write Boolean.
|
![]() | SlideId |
Returns the ID of a slide.
Read-only UInt32.
|
![]() | SlideShowTransition |
Returns the Transition object which contains information about
how the specified slide advances during a slide show.
Read-only ISlideShowTransition.
|
![]() | Timeline |
Returns animation timeline object.
Read-only IAnimationTimeLine.
|