ConvertOptions

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.

Methods

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.

getFormat()

public FileType getFormat()

Gets the desired file type the input document should be converted to.

Returns: FileType

setFormat(FileType value)

public void setFormat(FileType value)

The desired file type the input document should be converted to.

Parameters:

Parameter Type Description
value FileType

deepClone()

public final Object deepClone()

Clones current options instance.

Returns: java.lang.Object -

getFormat_ConvertOptions_New()

public final TFileType getFormat_ConvertOptions_New()

The desired file type the input document should be converted to.

Returns: TFileType

setFormat_ConvertOptions_New(TFileType value)

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