JoinOptions

Inheritance: java.lang.Object

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

public class JoinOptions implements IJoinOptions

Provides options for the document joining.

Constructors

Constructor Description
JoinOptions() Initializes a new instance of the JoinOptions class.
JoinOptions(FileType fileType) Initializes a new instance of the JoinOptions class.

Methods

Method Description
getType() The type of the file to join.

JoinOptions()

public JoinOptions()

Initializes a new instance of the JoinOptions class.

JoinOptions(FileType fileType)

public JoinOptions(FileType fileType)

Initializes a new instance of the JoinOptions class.

Parameters:

Parameter Type Description
fileType FileType The type of the file to join.

getType()

public final FileType getType()

The type of the file to join.

Returns: FileType