public abstract class ConvertOptions<TFileType extends FileType> extends ValueObject implements Serializable, IConvertOptions, Cloneable
The general conversion options class.
| 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.
|
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, hashCode, op_Equality, op_Inequalitypublic FileType getFormat()
getFormat in interface IConvertOptionspublic void setFormat(FileType value)
The desired file type the input document should be converted to.
setFormat in interface IConvertOptionsvalue - file typepublic 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 final void setFormat_ConvertOptions_New(TFileType value)
The desired file type the input document should be converted to.
Copyright © 2026. All rights reserved.