| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
SolidColorType |
IColorFormat.getColorType()
Gets the color type.
|
SolidColorType |
IColorFormat.getColorType()
Gets the color type.
|
static SolidColorType |
SolidColorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolidColorType |
SolidColorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolidColorType[] |
SolidColorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static SolidColorType[] |
SolidColorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IColorFormat.setColorType(SolidColorType value)
Sets the color type.
|
void |
IColorFormat.setColorType(SolidColorType value)
Sets the color type.
|