com.aspose.slides
Interface ITrendlineCollection

All Superinterfaces:
com.aspose.ms.System.Collections.IEnumerable<ITrendline>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ITrendline>, java.lang.Iterable<ITrendline>
All Known Implementing Classes:
TrendlineCollection

public interface ITrendlineCollection
extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<ITrendline>

Represents a collection of TrendlineEx


Method Summary
 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.
 void remove(ITrendline value)
           Removes the specified value.
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

ITrendline get_Item(int index)

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


getCount

int getCount()

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


add

ITrendline add(int trendlineType)

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


remove

void remove(ITrendline value)

Removes the specified value.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.