LoadOptions

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

All Implemented Interfaces: java.io.Serializable

public abstract class LoadOptions extends ValueObject implements Serializable

Abstract document load options class.

Constructors

Constructor Description
LoadOptions()

Methods

Method Description
getFormat() Input document file type
setFormat(FileType value) Input document file type

LoadOptions()

public LoadOptions()

getFormat()

public FileType getFormat()

Input document file type

Returns: FileType

setFormat(FileType value)

public void setFormat(FileType value)

Input document file type

Parameters:

Parameter Type Description
value FileType