Item
TextAnimationCollection indexer (1 of 2)
Returns element by index.
public ITextAnimation this[int index] { get; }
See Also
- interface ITextAnimation
- class TextAnimationCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides
TextAnimationCollection indexer (2 of 2)
Returns all elements
public ITextAnimation[] this[IShape shape] { get; }
Parameter | Description |
---|---|
shape |
See Also
- interface ITextAnimation
- interface IShape
- class TextAnimationCollection
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides