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