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