Package | Description |
---|---|
com.aspose.cad.jasperreports.tiff |
The package contains SVG file format exporter classes.
|
com.aspose.cad.jasperreports.tiff.enums |
The package contains Tiff file format enumerations.
|
Modifier and Type | Method and Description |
---|---|
TiffCompressionsEnum |
ASTiffExportParametersBean.getCompression()
Gets the compression.
|
TiffCompressionsEnum |
ASTiffExportConfigurationImpl.getCompression()
Gets the compression.
|
TiffCompressionsEnum |
ASTiffExportConfiguration.getCompression()
Gets the compression.
|
Modifier and Type | Method and Description |
---|---|
void |
ASTiffExportParametersBean.setCompression(TiffCompressionsEnum compression)
Sets the compression.
|
void |
ASTiffExportConfigurationImpl.setCompression(TiffCompressionsEnum compression)
Sets the compression.
|
Modifier and Type | Method and Description |
---|---|
static TiffCompressionsEnum |
TiffCompressionsEnum.getByValue(int value) |
static TiffCompressionsEnum |
TiffCompressionsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiffCompressionsEnum[] |
TiffCompressionsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|