com.aspose.slides
Class TrendlineExCollection

java.lang.Object
  extended by com.aspose.slides.TrendlineExCollection
All Implemented Interfaces:
com.aspose.ms.System.Collections.IEnumerable, java.lang.Iterable

public class TrendlineExCollection
extends java.lang.Object
implements com.aspose.ms.System.Collections.IEnumerable

Represents a collection of TrendlineEx


Constructor Summary
TrendlineExCollection()
           
 
Method Summary
 int add(TrendlineEx value)
           Adds the new Trendline at the end of a collection.
 TrendlineEx 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.ms.System.Collections.IEnumerator iterator()
           Returns an enumerator for the entire collection.
 void remove(TrendlineEx value)
           Removes the specified value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrendlineExCollection

public TrendlineExCollection()
Method Detail

get_Item

public TrendlineEx get_Item(int index)

Gets the element at the specified index. Read-only TrendlineEx.


add

public int add(TrendlineEx value)

Adds the new Trendline at the end of a collection.

Parameters:
value - The Trendline to be added to the end of the collection.
Returns:

remove

public void remove(TrendlineEx value)

Removes the specified value.


iterator

public com.aspose.ms.System.Collections.IEnumerator iterator()

Returns an enumerator for the entire collection.

Specified by:
iterator in interface com.aspose.ms.System.Collections.IEnumerable
Specified by:
iterator in interface java.lang.Iterable

getCount

public int getCount()

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