MetafileExportConfigurationImpl
Contents
[
Hide
]Inheritance: java.lang.Object, ImageExportConfigurationImpl
All Implemented Interfaces: MetafileExportConfiguration
The Metafile report configuration.
Constructors
| Constructor | Description |
|---|---|
| MetafileExportConfigurationImpl() |
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 . |
MetafileExportConfigurationImpl()
public MetafileExportConfigurationImpl()
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. |