idx_get()

TextAnimationCollection::idx_get(int32_t) method

Returns element by index.

System::SharedPtr<ITextAnimation> Aspose::Slides::Animation::TextAnimationCollection::idx_get(int32_t index) override

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

Returns all elements

System::ArrayPtr<System::SharedPtr<ITextAnimation>> Aspose::Slides::Animation::TextAnimationCollection::idx_get(System::SharedPtr<IShape> shape) override

Arguments

ParameterTypeDescription
shapeSystem::SharedPtr<IShape>

Return Value

See Also