|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TrendlineCollection
public class TrendlineCollection
Represents a collection of Trendline
Method Summary | |
---|---|
ITrendline |
add(int trendlineType)
Adds the new Trendline at the end of a collection and return it. |
void |
add(ITrendline value)
Deprecated. |
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 |
Method Detail |
---|
public ITrendline get_Item(int index)
Gets the element at the specified index.
Read-only Trendline
.
get_Item
in interface ITrendlineCollection
public ITrendline add(int trendlineType)
Adds the new Trendline at the end of a collection and return it.
add
in interface ITrendlineCollection
@Deprecated public void add(ITrendline value)
Adds the new Trendline at the end of a collection.
value
- The Trendline to be added to the end of the collection.public void remove(ITrendline value)
Removes the specified value.
remove
in interface ITrendlineCollection
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public 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>
T:System.Collections.Generic.IEnumerator`1
that can be used to iterate through the collection.public int getCount()
Gets the number of elements actually contained in the collection.
Read-only int
.
getCount
in interface ITrendlineCollection
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |