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)
           
 ITrendline get_Item(int index)
           
 int getCount()
           
 void remove(ITrendline value)
           
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

get_Item

ITrendline get_Item(int index)

getCount

int getCount()

add

ITrendline add(int trendlineType)

remove

void remove(ITrendline value)