| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
GradientStyle |
IFillFormat.getGradientStyle()
Returns the gradient style for the specified fill.
|
GradientStyle |
ILineFormat.getGradientStyle()
Returns the gradient style for the specified line.
|
GradientStyle |
ILineFormat.getGradientStyle()
Returns the gradient style for the specified line.
|
GradientStyle |
IFillFormat.getGradientStyle()
Returns the gradient style for the specified fill.
|
static GradientStyle |
GradientStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GradientStyle |
GradientStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GradientStyle[] |
GradientStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static GradientStyle[] |
GradientStyle.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.oneColorGradient(GradientStyle style,
int variant,
double degree)
Sets the specified fill to a one-color gradient.
|
void |
ILineFormat.oneColorGradient(GradientStyle style,
int variant,
double degree)
Sets the specified line to a one-color gradient.
|
void |
ILineFormat.oneColorGradient(GradientStyle style,
int variant,
double degree)
Sets the specified line to a one-color gradient.
|
void |
IFillFormat.oneColorGradient(GradientStyle style,
int variant,
double degree)
Sets the specified fill to a one-color gradient.
|
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.
|
void |
IFillFormat.twoColorGradient(GradientStyle style,
int variant)
Sets the specified fill to a two-color gradient.
|
void |
ILineFormat.twoColorGradient(GradientStyle style,
int variant)
Sets the specified line to a two-color gradient.
|
void |
ILineFormat.twoColorGradient(GradientStyle style,
int variant)
Sets the specified line to a two-color gradient.
|
void |
IFillFormat.twoColorGradient(GradientStyle style,
int variant)
Sets the specified fill to a two-color gradient.
|