Package | Description |
---|---|
com.aspose.cad.jasperreports.psd |
The package contains PSD file format exporter classes.
|
Modifier and Type | Method and Description |
---|---|
PsdVersionEnum |
ASPsdExportParametersBean.getPsdVersion()
Gets the file format version.
|
PsdVersionEnum |
ASPsdExportConfigurationImpl.getPsdVersion()
Gets the file format version.
|
PsdVersionEnum |
ASPsdExportConfiguration.getPsdVersion()
Gets the file format version.
|
static PsdVersionEnum |
PsdVersionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PsdVersionEnum[] |
PsdVersionEnum.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.setPsdVersion(PsdVersionEnum value)
Sets the file format version.
|
void |
ASPsdExportConfigurationImpl.setPsdVersion(PsdVersionEnum value)
Sets the file format version.
|