MetafileExportParameters
Contents
[
Hide
]Inheritance: java.lang.Object, ImageExportParameters
The Metafile report configuration.
Constructors
| Constructor | Description |
|---|---|
| MetafileExportParameters(BaseExportConfigurationImpl baseExportConfiguration) | Instantiates a new Metafile export parameters. |
Methods
| Method | Description |
|---|---|
| getCompress() | Gets a value indicating whether file format should be compressed. Value: true if compressed; otherwise, false . |
| setCompress(boolean value) | Sets a value indicating whether file format should be compressed. Value: true if compressed; otherwise, false . |
| setPropertyValues(Object object) |
MetafileExportParameters(BaseExportConfigurationImpl baseExportConfiguration)
public MetafileExportParameters(BaseExportConfigurationImpl baseExportConfiguration)
Instantiates a new Metafile export parameters.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| baseExportConfiguration | BaseExportConfigurationImpl | the base export configuration |
getCompress()
public final boolean getCompress()
Gets a value indicating whether file format should be compressed. Value: true if compressed; otherwise, false .
Returns: boolean - a value indicating whether file format should be compressed.
setCompress(boolean value)
public final void setCompress(boolean value)
Sets a value indicating whether file format should be compressed. Value: true if compressed; otherwise, false .
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | a value indicating whether file format should be compressed. |
setPropertyValues(Object object)
public void setPropertyValues(Object object)