JoinOptions
Leave feedback
On this page
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.
| Constructor | Description |
|---|---|
| JoinOptions() | Initializes a new instance of the JoinOptions class. |
| JoinOptions(FileType fileType) | Initializes a new instance of the JoinOptions class. |
| Method | Description |
|---|---|
| getType() | The type of the file to join. |
public JoinOptions()
Initializes a new instance of the JoinOptions class.
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. |
public final FileType getType()
The type of the file to join.
Returns: FileType
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.