LoadOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject
All Implemented Interfaces: java.io.Serializable
public abstract class LoadOptions extends ValueObject implements Serializable
Abstract document load options class.
| Constructor | Description |
|---|---|
| LoadOptions() |
| Method | Description |
|---|---|
| getFormat() | Input document file type |
| setFormat(FileType value) | Input document file type |
public LoadOptions()
public FileType getFormat()
Input document file type
Returns: FileType
public void setFormat(FileType value)
Input document file type
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | FileType |
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.