ITextAnimationCollectionItem Property (IShape) |
Returns all elements
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxITextAnimation[] this[
IShape shape
] { get; }
ReadOnly Default Property Item (
shape As IShape
) As ITextAnimation()
Get
property array<ITextAnimation^>^ default[IShape^ shape] {
array<ITextAnimation^>^ get (IShape^ shape);
}
abstract Item : ITextAnimation[] with get
Parameters
- shape
- Type: Aspose.SlidesIShape
Return Value
Type:
ITextAnimation
See Also