CompressionLoadOptions

Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject, com.groupdocs.conversion.options.load.LoadOptions

All Implemented Interfaces: com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptions

public class CompressionLoadOptions extends LoadOptions implements IDocumentsContainerLoadOptions

Options for loading compression documents.

Constructors

Constructor Description
CompressionLoadOptions() Initializes new instance of class.

Methods

Method Description
isConvertOwner() The owner will not be converted
isConvertOwned()
getDepth()
setDepth(int depth)
getPassword()
setPassword(String password) Set password to load protected document.
getEqualityComponents()

CompressionLoadOptions()

public CompressionLoadOptions()

Initializes new instance of class.

isConvertOwner()

public boolean isConvertOwner()

The owner will not be converted

Returns: boolean

isConvertOwned()

public boolean isConvertOwned()

Option to control whether the owned documents in the documents container must be converted

Returns: boolean

getDepth()

public int getDepth()

Option to control how many levels in depth to perform conversion

Returns: int

setDepth(int depth)

public void setDepth(int depth)

Parameters:

Parameter Type Description
depth int

getPassword()

public String getPassword()

Returns: java.lang.String

setPassword(String password)

public void setPassword(String password)

Set password to load protected document.

Parameters:

Parameter Type Description
password java.lang.String password

getEqualityComponents()

public List<Object> getEqualityComponents()

Returns: java.util.List<java.lang.Object>