Uses of Class
EasyXLS.Drawings.Formatting.GradientStop
-
Uses of GradientStop in EasyXLS.Drawings.Formatting
Modifier 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.Modifier 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.