Effect Members
Include Protected Members
Include Inherited Members
Represents timing information about a slide animation.
The Effect type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
Behaviors | Returns a specified slide animation behavior as an AnimationBehaviors collection. | |
DisplayName | Returns the name of an animation effect. Read-only | |
EffectInformation | Returns an EffectInformation object that represents information for a specified animation effect. | |
EffectParameters | Returns an EffectParameters object that represents animation effect properties. | |
EffectType | Sets or returns an MsoAnimEffect constant that represents an animation effect type. Read/write. | |
Exit | Determines whether the animation effect is an exit effect. Read/write. | |
Index | Returns a 64-bit signed integer that represents the index number for an animation effect or design. Read-only. | |
Paragraph | Returns or sets the paragraph in a text range to which to apply animation effects. Read/write. | |
Parent | Returns the parent object for the specified object. | |
Shape | Returns a Shape object that represents an animated shape. | |
TextRangeLength | Returns or sets a 64-bit signed integer that represents the length of a text range. Read-only. | |
TextRangeStart | Returns or sets the start of a text range. Read-only. | |
Timing | Returns a Timing object that represents the timing properties for an animation sequence. |
Top
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified Effect object. | |
MoveAfter | Moves one animation effect to after another animation effect. | |
MoveBefore | Moves one animation effect to before another animation effect. | |
MoveTo | Moves the specified object to a specific location within the same collection, renumbering all other items in the collection appropriately. |
Top