| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
PresetTexture |
IFillFormat.getPresetTexture()
Returns the preset texture for the specified fill.
|
PresetTexture |
IFillFormat.getPresetTexture()
Returns the preset texture for the specified fill.
|
static PresetTexture |
PresetTexture.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PresetTexture |
PresetTexture.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PresetTexture[] |
PresetTexture.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static PresetTexture[] |
PresetTexture.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.presetTextured(PresetTexture presetTexture)
Sets the specified fill format to a preset texture.
|
void |
IFillFormat.presetTextured(PresetTexture presetTexture)
Sets the specified fill format to a preset texture.
|