SaveOptions

Inheritance: java.lang.Object

All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.ISaveOptions

public class SaveOptions implements ISaveOptions

Provides options for the document saving.

Constructors

Constructor Description
SaveOptions(FileType fileType) Initializes new instance of SaveOptions class.

Methods

Method Description
getType() File type.

SaveOptions(FileType fileType)

public SaveOptions(FileType fileType)

Initializes new instance of SaveOptions class.

Parameters:

Parameter Type Description
fileType FileType The type of the file.

getType()

public final FileType getType()

File type.

Returns: FileType