idx_get()

ITextAnimationCollection::idx_get(int32_t) method

Returns element by index.

virtual System::SharedPtr<ITextAnimation> Aspose::Slides::Animation::ITextAnimationCollection::idx_get(int32_t index)=0

ITextAnimationCollection::idx_get(System::SharedPtr<IShape>) method

Returns all elements

virtual System::ArrayPtr<System::SharedPtr<ITextAnimation>> Aspose::Slides::Animation::ITextAnimationCollection::idx_get(System::SharedPtr<IShape> shape)=0

Arguments

ParameterTypeDescription
shapeSystem::SharedPtr<IShape>

Return Value

See Also