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 |
---|---|
TiffThresholdsEnum |
ASTiffExportParametersBean.getThreshholding()
Gets or sets the threshholding.
|
TiffThresholdsEnum |
ASTiffExportConfigurationImpl.getThreshholding()
Gets or sets the threshholding.
|
TiffThresholdsEnum |
ASTiffExportConfiguration.getThreshholding()
Gets or sets the threshholding.
|
Modifier and Type | Method and Description |
---|---|
void |
ASTiffExportParametersBean.setThreshholding(TiffThresholdsEnum threshholding)
Gets or sets the threshholding.
|
void |
ASTiffExportConfigurationImpl.setThreshholding(TiffThresholdsEnum threshholding)
Gets or sets the threshholding.
|
Modifier and Type | Method and Description |
---|---|
static TiffThresholdsEnum |
TiffThresholdsEnum.getByValue(int value) |
static TiffThresholdsEnum |
TiffThresholdsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiffThresholdsEnum[] |
TiffThresholdsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|