|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TrendlineExCollection
public class TrendlineExCollection
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 |
---|
public TrendlineExCollection()
Method Detail |
---|
public TrendlineEx get_Item(int index)
Gets the element at the specified index.
Read-only TrendlineEx
.
public int add(TrendlineEx 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(TrendlineEx value)
Removes the specified value.
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface java.lang.Iterable
public int getCount()
Gets the number of elements actually contained in the collection.
Read-only int
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |