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