Share via


Sequence Members

Include Protected Members
Include Inherited Members

Represents a collection of ColorEffect objects for a slide's interactive animation sequences. The Sequence collection is a member of the Sequences collection.

The Sequence type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the creator of the specified object.
Public property Count (Inherited from Collection.)
Public property Count Returns the number of objects in the specified collection. Read-only.
Public property Item Returns a single Effect object from the specified Sequence collection.
Public property Parent Returns the parent object for the specified object.

Top

Methods

  Name Description
Public method _Index(Int32) (Inherited from Collection.)
Public method _Index(Int32)
Public method AddEffect Returns an ColorEffect object that represents a new animation effect added to a sequence of animation effects.
Public method Clone Creates a copy of an ColorEffect object, and adds it to the Sequences collection at the specified index position.
Public method ConvertToAfterEffect Specifies what an effect should do after it is finished. Returns an ColorEffect object that represents an after effect.
Public method ConvertToAnimateBackground Determines whether the background will be animated separately from, or in addition to, its accompanying text. Returns an ColorEffect object representing the newly-modified animation effect.
Public method ConvertToAnimateInReverse Determines whether text will be animated in reverse order. Returns an ColorEffect object representing the text animation.
Public method ConvertToBuildLevel Changes the build level information for a specified animation effect. Returns an ColorEffect object that represents the build level information.
Public method ConvertToTextUnitEffect Returns an ColorEffect object that represents how text should be animated.
Public method FindFirstAnimationFor Returns an ColorEffect object that represents the first animation for a given shape.
Public method FindFirstAnimationForClick Returns an ColorEffect object that represents the first animation started by the specified click number.
Public method GetEnumerator() (Inherited from Collection.)
Public method GetEnumerator()

Top

See Also

Reference

Sequence Interface

Microsoft.Office.Interop.PowerPoint Namespace