Package com.grapecity.documents.excel
Interface ILinearGradient
public interface ILinearGradient
Represents the
ILinearGradient object that transitions through aseries of colors in a linear manner along a specific angle.-
Method Summary
Modifier and TypeMethodDescriptionReturns theIColorStopsfor theILinearGradientobject.doubleGets the angle of the linear gradient fill within a selection.voidsetDegree(double value) Sets the angle of the linear gradient fill within a selection.
-
Method Details
-
getColorStops
IColorStops getColorStops()Returns theIColorStopsfor theILinearGradientobject. -
getDegree
double getDegree()Gets the angle of the linear gradient fill within a selection. -
setDegree
void setDegree(double value) Sets the angle of the linear gradient fill within a selection.
-