com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class TextAnimationCollection

  • java.lang.Object
    • com.aspose.slides.TextAnimationCollection
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      TextAnimation add()
      Adds new text animation to the collection.
      void copyTo(com.aspose.ms.System.Array array, int index)
      Copies all elements from the collection into the specified array.
      ITextAnimation get_Item(int index)
      Returns element by index.
      ITextAnimation[] get_Item(IShape shape)
      Returns all elements
      java.lang.Object getSyncRoot()
      Returns a synchronization root.
      boolean isSynchronized()
      Returns a value indicating whether access to the collection is synchronized (thread-safe).
      com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ITextAnimation> iterator()
      Returns an enumerator that iterates through the collection.
      int size()
      Returns a number of elements in the collection.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • TextAnimationCollection

        public TextAnimationCollection()
    • Method Detail

      • size

        public final int size()

        Returns a number of elements in the collection. Read-only int.

        Specified by:
        size in interface com.aspose.ms.System.Collections.ICollection<ITextAnimation>
      • add

        public final TextAnimation add()

        Adds new text animation to the collection.

        Returns:
        Added TextAnimation
      • iterator

        public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ITextAnimation> iterator()

        Returns an enumerator that iterates through the collection.

        Specified by:
        iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ITextAnimation>
        Specified by:
        iterator in interface com.aspose.ms.System.Collections.IEnumerable<ITextAnimation>
        Specified by:
        iterator in interface java.lang.Iterable<ITextAnimation>
        Returns:
        A System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.
      • copyTo

        public final void copyTo(com.aspose.ms.System.Array array,
                                 int index)

        Copies all elements from the collection into the specified array.

        Specified by:
        copyTo in interface com.aspose.ms.System.Collections.ICollection<ITextAnimation>
        Parameters:
        array - Array to fill.
        index - Starting position in target array.
      • isSynchronized

        public final boolean isSynchronized()

        Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean.

        Specified by:
        isSynchronized in interface com.aspose.ms.System.Collections.ICollection<ITextAnimation>
      • getSyncRoot

        public final java.lang.Object getSyncRoot()

        Returns a synchronization root. Read-only Object.

        Specified by:
        getSyncRoot in interface com.aspose.ms.System.Collections.ICollection<ITextAnimation>