com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Class TrendlineCollection

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      ITrendline add(int trendlineType)
      Adds the new Trendline at the end of a collection and return it.
      ITrendline get_Item(int index)
      Gets the element at the specified index.
      int getCount()
      Gets the number of elements actually contained in the collection.
      com.aspose.slides.IDOMObject getParent_Immediate()
      Returns Parent_Immediate object.
      com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ITrendline> iterator()
      Returns an enumerator that iterates through the collection.
      void remove(ITrendline value)
      Removes the specified value.
      • 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
    • Method Detail

      • add

        public final ITrendline add(int trendlineType)

        Adds the new Trendline at the end of a collection and return it.

        Specified by:
        add in interface ITrendlineCollection
      • getParent_Immediate

        public final com.aspose.slides.IDOMObject getParent_Immediate()

        Returns Parent_Immediate object. Read-only IDOMObject.

      • iterator

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

        Returns an enumerator that iterates through the collection.

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

        public final int getCount()

        Gets the number of elements actually contained in the collection. Read-only int.

        Specified by:
        getCount in interface ITrendlineCollection