EBookLoadOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject, com.groupdocs.conversion.options.load.LoadOptions
public class EBookLoadOptions extends LoadOptions
Options for loading EBook documents.
| Constructor | Description |
|---|---|
| EBookLoadOptions() | Initializes new instance of class. |
| Method | Description |
|---|---|
| getFormat() | Gets Input document file type. |
| setFormat(EBookFileType format) | Sets Input document file type. |
public EBookLoadOptions()
Initializes new instance of class.
public EBookFileType getFormat()
Gets Input document file type.
Returns: EBookFileType
public void setFormat(EBookFileType format)
Sets Input document file type.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| format | EBookFileType |
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.