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