EffectInformation Interface

Represents various animation options for an Effect object.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("914934E2-5A91-11CF-8700-00AA0060263B")> _
Public Interface EffectInformation
'Usage
Dim instance As EffectInformation
[GuidAttribute("914934E2-5A91-11CF-8700-00AA0060263B")]
public interface EffectInformation

Remarks

Use the members of the EffectInformation object to return the current state of an Effect object, such as the after effect, whether the background animates along with its corresponding text, whether text animates in reverse, play settings, sound effects, text building behavior. All of the members of the EffectInformation object are read-only. To change any effect information properties, you must use the methods of the corresponding Sequence object.

Use the EffectInformation property of the Effect object to return an EffectInformation object.

See Also

Reference

EffectInformation Members

Microsoft.Office.Interop.PowerPoint Namespace