Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
GradientShadingStyle |
ExcelFillPattern.getGradientStyle()
Gets the shading style of the gradient fill effect, if there is any gradient fill effect applied.
|
static GradientShadingStyle |
GradientShadingStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GradientShadingStyle[] |
GradientShadingStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExcelFillPattern.setGradient(GradientShadingStyle gradientStyle,
SpreadsheetColor gradientColor1,
SpreadsheetColor gradientColor2)
Sets the gradient fill effect.
|
void |
ExcelFillPattern.setGradientStyle(GradientShadingStyle shadingStyle)
Sets the shading style of the gradient fill effect, if there is any gradient fill effect applied.
|
© GemBox d.o.o. — All rights reserved.