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