EBookLoadOptions

Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.ValueObject, com.groupdocs.conversion.options.load.LoadOptions

public class EBookLoadOptions extends LoadOptions

Options for loading EBook documents.

Constructors

Constructor Description
EBookLoadOptions() Initializes new instance of class.

Methods

Method Description
getFormat() Gets Input document file type.
setFormat(EBookFileType format) Sets Input document file type.

EBookLoadOptions()

public EBookLoadOptions()

Initializes new instance of class.

getFormat()

public EBookFileType getFormat()

Gets Input document file type.

Returns: EBookFileType

setFormat(EBookFileType format)

public void setFormat(EBookFileType format)

Sets Input document file type.

Parameters:

Parameter Type Description
format EBookFileType