java.lang.Object
com.aspose.words.GradientStopCollection
- All Implemented Interfaces:
- java.lang.Iterable
public class GradientStopCollection
- extends java.lang.Object
Contains a collection of GradientStop objects.
You do not create instances of this class directly.
Use the Fill.GradientStops property to access gradient stops of fill objects.
|
Property Getters/Setters Detail |
getCount | |
public int getCount()
|
-
Gets an integer value indicating the number of items in the collection.
-
Gets or sets a GradientStop object in the collection.
-
Adds a specified GradientStop to a gradient.
-
Inserts a GradientStop to the collection at a specified index.
-
Returns an enumerator that iterates through the collection.
-
Removes a specified GradientStop from the collection.
- Returns:
- True if gradient stop was successfully removed, otherwise false.
-
Removes a GradientStop from the collection at a specified index.
- Returns:
- Removed GradientStop.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.