TimeLine Interface
Stores animation information for a Master, Slide, or SlideRange object.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("914934DC-5A91-11CF-8700-00AA0060263B")> _
Public Interface TimeLine
'Usage
Dim instance As TimeLine
[GuidAttribute("914934DC-5A91-11CF-8700-00AA0060263B")]
public interface TimeLine
Examples
Use the TimeLine property of the Master , NamedSlideShow , or SlideRange object to return a TimeLine object.
The TimeLine object's MainSequence property gains access to the main animation sequence, while the InteractiveSequences property gains access to the collection of interactive animation sequences of a slide or slide range.
To reference a timeline object, use syntax similar to these code examples:
ActivePresentation.Slides(1).TimeLine.MainSequence
ActivePresentation.SlideMaster.TimeLine.InteractiveSequences
ActiveWindow.Selection.SlideRange.TimeLine.InteractiveSequences