public class TrendlineCollection extends java.lang.Object implements ITrendlineCollection
Represents a collection of Trendline
| 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.
|
public final ITrendline get_Item(int index)
Gets the element at the specified index.
Read-only Trendline.
get_Item in interface ITrendlineCollectionpublic final ITrendline add(int trendlineType)
Adds the new Trendline at the end of a collection and return it.
add in interface ITrendlineCollectionpublic final void remove(ITrendline value)
Removes the specified value.
remove in interface ITrendlineCollectionpublic final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject.
public final com.aspose.ms.System.Collections.Generic.IGenericEnumerator<ITrendline> iterator()
Returns an enumerator that iterates through the collection.
iterator in interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ITrendline>iterator in interface com.aspose.ms.System.Collections.IEnumerable<ITrendline>iterator in interface java.lang.Iterable<ITrendline>System.Collections.Generic.IEnumerator`1 that can be used to iterate through the collection.public final int getCount()
Gets the number of elements actually contained in the collection.
Read-only int.
getCount in interface ITrendlineCollection