public abstract class ConvertOptions<TFileType extends FileType> extends ValueObject implements Serializable, IConvertOptions, Cloneable
The general conversion options class.
| Modifier | Constructor and Description |
|---|---|
protected |
ConvertOptions()
Create ConvertOptions instance.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Clones current options instance.
|
TFileType |
getFormat_ConvertOptions_New()
The desired file type the input document should be converted to.
|
FileType |
getFormat()
Gets the desired file type the input document should be converted to.
|
protected Object |
memberwiseClone() |
void |
setFormat_ConvertOptions_New(TFileType value)
The desired file type the input document should be converted to.
|
void |
setFormat(FileType value)
The desired file type the input document should be converted to.
|
equals, equals, getEqualityComponents, hashCode, op_Equality, op_Inequalitypublic final Object deepClone()
Clones current options instance.
public final TFileType getFormat_ConvertOptions_New()
The desired file type the input document should be converted to.
public FileType getFormat()
getFormat in interface IConvertOptionsprotected Object memberwiseClone()
public final void setFormat_ConvertOptions_New(TFileType value)
The desired file type the input document should be converted to.
public void setFormat(FileType value)
The desired file type the input document should be converted to.
setFormat in interface IConvertOptionsvalue - file typeCopyright © 2024. All rights reserved.