IConvertOptions
public interface IConvertOptions
Represents convert options
Methods
Method | Description |
---|---|
getFormat() | Gets the desired file type the input document should be converted to. |
setFormat(FileType format) | Sets the desired file type the input document should be converted to. |
getFormat()
public abstract FileType getFormat()
Gets the desired file type the input document should be converted to.
Returns: FileType - The desired file type the input document should be converted to.
setFormat(FileType format)
public abstract void setFormat(FileType format)
Sets the desired file type the input document should be converted to.
Parameters:
Parameter | Type | Description |
---|---|---|
format | FileType | file type |