Package | Description |
---|---|
com.aspose.cad.jasperreports.psd |
The package contains PSD file format exporter classes.
|
Modifier and Type | Method and Description |
---|---|
ColorModesEnum |
ASPsdExportParametersBean.getColorMode()
Gets or sets the psd color mode.
|
ColorModesEnum |
ASPsdExportConfigurationImpl.getColorMode()
Gets or sets the psd color mode.
|
ColorModesEnum |
ASPsdExportConfiguration.getColorMode()
Gets or sets the psd color mode.
|
static ColorModesEnum |
ColorModesEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColorModesEnum[] |
ColorModesEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ASPsdExportParametersBean.setColorMode(ColorModesEnum value)
Gets or sets the psd color mode.
|
void |
ASPsdExportConfigurationImpl.setColorMode(ColorModesEnum value)
Gets or sets the psd color mode.
|