PublisherLoadOptions
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.
Constructors
| Constructor | Description | 
|---|---|
| PublisherLoadOptions() | Initializes new instance of class. | 
Methods
| Method | Description | 
|---|---|
| getFormat() | Gets Input document file type. | 
| setFormat(PublisherFileType format) | Sets Input document file type. | 
PublisherLoadOptions()
public PublisherLoadOptions()
Initializes new instance of class.
getFormat()
public PublisherFileType getFormat()
Gets Input document file type.
Returns: PublisherFileType
setFormat(PublisherFileType format)
public void setFormat(PublisherFileType format)
Sets Input document file type.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| format | PublisherFileType |