CompressionLoadOptions
Leave feedback
On this page
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.
| Constructor | Description |
|---|---|
| CompressionLoadOptions() | Initializes new instance of class. |
| 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() |
public CompressionLoadOptions()
Initializes new instance of class.
public boolean isConvertOwner()
The owner will not be converted
Returns: boolean
public boolean isConvertOwned()
Option to control whether the owned documents in the documents container must be converted
Returns: boolean
public int getDepth()
Option to control how many levels in depth to perform conversion
Returns: int
public void setDepth(int depth)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| depth | int |
public String getPassword()
Returns: java.lang.String
public void setPassword(String password)
Set password to load protected document.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| password | java.lang.String | password |
public List<Object> getEqualityComponents()
Returns: java.util.List<java.lang.Object>
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.