get_TextAnimation()

AnimationTimeLine::get_TextAnimation(int32_t) method

Returns text animation at the specified index.

System::SharedPtr<ITextAnimation> Aspose::Slides::Animation::AnimationTimeLine::get_TextAnimation(int32_t index) override

AnimationTimeLine::get_TextAnimation(System::SharedPtr<IShape>) method

System::ArrayPtr<System::SharedPtr<ITextAnimation>> Aspose::Slides::Animation::AnimationTimeLine::get_TextAnimation(System::SharedPtr<IShape> shape) override

See Also