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 |
---|---|
TiffExpectedFormatEnum |
ASTiffExportParametersBean.getExpectedFormat()
Gets expected tiff file format.
|
TiffExpectedFormatEnum |
ASTiffExportConfigurationImpl.getExpectedFormat()
Gets expected tiff file format.
|
TiffExpectedFormatEnum |
ASTiffExportConfiguration.getExpectedFormat() |
Modifier and Type | Method and Description |
---|---|
void |
ASTiffExportParametersBean.setExpectedFormat(TiffExpectedFormatEnum expectedFormat)
Gets expected tiff file format.
|
void |
ASTiffExportConfigurationImpl.setExpectedFormat(TiffExpectedFormatEnum expectedFormat)
Gets expected tiff file format.
|
Constructor and Description |
---|
ASTiffExportConfigurationImpl(TiffExpectedFormatEnum expectedFormat)
Initializes a new instance of the
ASTiffExportConfigurationImpl class. |
ASTiffExportConfigurationImpl(TiffExpectedFormatEnum expectedFormat,
TiffByteOrderEnum byteOrder)
Initializes a new instance of the
ASTiffExportConfigurationImpl class. |
Modifier and Type | Method and Description |
---|---|
static TiffExpectedFormatEnum |
TiffExpectedFormatEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiffExpectedFormatEnum[] |
TiffExpectedFormatEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|