| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
PresetGradientType |
IFillFormat.getPresetGradientType()
Returns the preset gradient type for the specified fill.
|
PresetGradientType |
IFillFormat.getPresetGradientType()
Returns the preset gradient type for the specified fill.
|
static PresetGradientType |
PresetGradientType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PresetGradientType |
PresetGradientType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PresetGradientType[] |
PresetGradientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static PresetGradientType[] |
PresetGradientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFillFormat.presetGradient(GradientStyle style,
int variant,
PresetGradientType presetGradientType)
Sets the specified fill to a preset gradient.
|
void |
ILineFormat.presetGradient(GradientStyle style,
int variant,
PresetGradientType presetGradientType)
Sets the specified line to a preset gradient.
|
void |
ILineFormat.presetGradient(GradientStyle style,
int variant,
PresetGradientType presetGradientType)
Sets the specified line to a preset gradient.
|
void |
IFillFormat.presetGradient(GradientStyle style,
int variant,
PresetGradientType presetGradientType)
Sets the specified fill to a preset gradient.
|