Sequence Members
Include Protected Members
Include Inherited Members
Represents a collection of Effect 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 | |
---|---|---|
![]() |
Application | Returns an Application object that represents the creator of the specified object. |
![]() |
Count | Returns the number of objects in the collection. (Inherited from Collection.) |
![]() |
Count | Returns the number of objects in the specified collection. Read-only. |
![]() |
Item | Returns a single Effect object from the specified Sequence collection. |
![]() |
Parent | Returns the parent object for the specified object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
_Index(Int32) | Reserved for internal use. (Inherited from Collection.) |
![]() |
_Index(Int32) | Reserved for internal use. |
![]() |
AddEffect | Returns an Effect object that represents a new animation effect added to a sequence of animation effects. |
![]() |
AddTriggerEffect | Adds a trigger effect to the animation in a Sequence object. |
![]() |
Clone | Creates a copy of an Effect object, and adds it to the Sequences collection at the specified index position. |
![]() |
ConvertToAfterEffect | Specifies what an effect should do after it is finished. Returns an Effect object that represents an after effect. |
![]() |
ConvertToAnimateBackground | Determines whether the background will be animated separately from, or in addition to, its accompanying text. Returns an Effect object representing the newly-modified animation effect. |
![]() |
ConvertToAnimateInReverse | Determines whether text will be animated in reverse order. Returns an Effect object representing the text animation. |
![]() |
ConvertToBuildLevel | Changes the build level information for a specified animation effect. Returns an Effect object that represents the build level information. |
![]() |
ConvertToTextUnitEffect | Returns an Effect object that represents how text should be animated. |
![]() |
FindFirstAnimationFor | Returns an Effect object that represents the first animation for a given shape. |
![]() |
FindFirstAnimationForClick | Returns an Effect object that represents the first animation started by the specified click number. |
![]() |
GetEnumerator() | Returns an enumerator that iterates through the collection. (Inherited from Collection.) |
![]() |
GetEnumerator() | Returns an enumerator that iterates through the collection. |
Top