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