MetafileExportParameters

Inheritance: java.lang.Object, ImageExportParameters

The Metafile report configuration.

Constructors

ConstructorDescription
MetafileExportParameters(BaseExportConfigurationImpl baseExportConfiguration)Instantiates a new Metafile export parameters.

Methods

MethodDescription
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:

ParameterTypeDescription
baseExportConfigurationBaseExportConfigurationImplthe 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:

ParameterTypeDescription
valuebooleana value indicating whether file format should be compressed.

setPropertyValues(Object object)

public void setPropertyValues(Object object)