Click or drag to resize

Timing Class

Represents animation timing.
Inheritance Hierarchy
System Object
Spire.Presentation PptObject
Spire.Presentation.Drawing.Animation Timing

Namespace: Spire.Presentation.Drawing.Animation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public class Timing : PptObject

The Timing type exposes the following members.

Constructors
Name Description
Public method Timing
Initializes a new instance of the Timing class
Top
Properties
Name Description
Public property Accelerate
Percentage of the duration over which acceleration should take place Read/write Single .
Public property AnimationRepeatType
Gets or set repeat type of animation.
Public property AutoReverse
Whether an effect should play forward and then reverse, thereby doubling the duration Read/write Boolean .
Public property Decelerate
Percentage of the duration over which acceleration should take place Read/write Single .
Public property Duration
Length of animation (in seconds) Read/write Single .
Public property Parent
Reference to Parent object. Read-only.
(Inherited from PptObject .)
Protected property ReferenceCount (Inherited from PptObject .)
Public property RepeatCount
Describes the number of times the effect should repeat. Read/write Single .
Public property RepeatDuration
How long should the repeats last (in seconds) Read/write Single .
Public property Restart
Indicatesif a effect is to restart after complete. Read/write Single .
Public property Speed
Returns or sets a valeue. specifies the percentage by which to speed up (or slow down) the timing.
Public property TriggerDelayTime
Delay time from when the trigger is enabled (in seconds) Read/write Single .
Public property TriggerType
Describes trigger type. Read/write AnimationTriggerType .
Top
Methods
Name Description
Protected method AddReference (Inherited from PptObject .)
Protected method CheckDisposed (Inherited from PptObject .)
Public method Dispose
Dispose object and free resources.
(Inherited from PptObject .)
Public method Equals (Overrides Object Equals(Object) .)
Protected method Finalize (Inherited from PptObject .)
Protected method FindParent(Type) (Inherited from PptObject .)
Protected method FindParent( Type ) (Inherited from PptObject .)
Protected method FindParent(Type, Boolean) (Inherited from PptObject .)
Protected method FindParents (Inherited from PptObject .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method OnDispose
Method which can be overriden by users to take any specific actions when object is disposed.
(Inherited from PptObject .)
Protected method ReleaseReference (Inherited from PptObject .)
Protected method SetParent (Inherited from PptObject .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Protected field m_bIsDisposed (Inherited from PptObject .)
Top
See Also