ConvertOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject
All Implemented Interfaces: java.io.Serializable, com.groupdocs.conversion.options.convert.IConvertOptions, java.lang.Cloneable
public abstract class ConvertOptions<TFileType> extends ValueObject implements Serializable, IConvertOptions, Cloneable
The general conversion options class.
| Method | Description |
|---|---|
| getFormat() | {@inheritDoc} |
| setFormat(FileType value) | The desired file type the input document should be converted to. |
| deepClone() | Clones current options instance. |
| getFormat_ConvertOptions_New() | The desired file type the input document should be converted to. |
| setFormat_ConvertOptions_New(TFileType value) | The desired file type the input document should be converted to. |
public FileType getFormat()
Gets the desired file type the input document should be converted to.
Returns: FileType
public void setFormat(FileType value)
The desired file type the input document should be converted to.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | FileType |
public final Object deepClone()
Clones current options instance.
Returns: java.lang.Object -
public final TFileType getFormat_ConvertOptions_New()
The desired file type the input document should be converted to.
Returns: TFileType
public final void setFormat_ConvertOptions_New(TFileType value)
The desired file type the input document should be converted to.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | TFileType |
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.