Effect Object Members
Office 2007
| PowerPoint Developer Reference |
Represents timing information about a slide animation.
Methods
| Name | Description | |
|---|---|---|
![]() | Delete | Deletes the specified 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. |
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 a String that represents the name of an animation effect. Read-only. |
![]() | EffectInformation | Returns an EffectInformation object representing information for a specified animation effect. |
![]() | EffectParameters | Returns an EffectParameters object representing animation effect properties. |
![]() | EffectType | Sets or returns an MsoAnimEffect constant that represents an animation effect type. Read/write. |
![]() | Exit | Read/write |
![]() | Index | Returns a Long that represents the index number for an animation effect or design. Read-only. |
![]() | Paragraph | Returns or sets a Long that represents 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 a shape in a table cell (for the Cell object), a diagram node in a diagram (for the DiagramNode object), or an animated shape (for the Effect object). |
![]() | TextRangeLength | Returns or sets an Long that represents the length of a text range. Read-only. |
![]() | TextRangeStart | Returns or sets an Long that represents the start of a text range. Read-only. |
![]() | Timing | Returns a Timing object that represents the timing properties for an animation sequence. |

