Uses of Class
EasyXLS.Drawings.Formatting.GradientStop
Namespaces that use GradientStop
-
Uses of GradientStop in EasyXLS.Drawings.Formatting
Methods in EasyXLS.Drawings.Formatting that return GradientStopModifier and TypeMethodDescriptionFillFormat.getGradientStopAt(int stop)
Returns the gradient stop of the shape fill at the specified position.LineColorFormat.getGradientStopAt(int stop)
Returns the gradient stop of the line at the specified position.Methods in EasyXLS.Drawings.Formatting with parameters of type GradientStopModifier and TypeMethodDescriptionvoid
FillFormat.addGradientStop(GradientStop stop)
Adds a gradient stop to the shape fill that is set as gradient fill.
This method is overridden as addGradientStop_3 in COM+ version of EasyXLS.
void
LineColorFormat.addGradientStop(GradientStop stop)
Adds a gradient stop to the line color that is set as gradient line.
This method is overridden as addGradientStop_3 in COM+ version of EasyXLS.