com.aspose.slides
Interface IGradientStopCollection
- All Superinterfaces:
- com.aspose.ms.System.Collections.ICollection<IGradientStop>, com.aspose.ms.System.Collections.IEnumerable<IGradientStop>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IGradientStop>, IPresentationComponent, ISlideComponent, java.lang.Iterable<IGradientStop>
- All Known Implementing Classes:
- GradientStopCollection
public interface IGradientStopCollection
- extends com.aspose.ms.System.Collections.ICollection<IGradientStop>, ISlideComponent, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IGradientStop>
Represnts a collection of gradient stops.
Methods inherited from interface com.aspose.ms.System.Collections.ICollection |
copyTo, getSyncRoot, isSynchronized, size |
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable |
iterator |
get_Item
IGradientStop get_Item(int index)
add
IGradientStop add(float position,
java.awt.Color color)
add
IGradientStop add(float position,
int presetColor)
add
IGradientStop add(float position,
SchemeColor schemeColor)
insert
void insert(int index,
float position,
java.awt.Color color)
insert
void insert(int index,
float position,
int presetColor)
insert
void insert(int index,
float position,
SchemeColor schemeColor)
removeAt
void removeAt(int index)
clear
void clear()