PageJoinOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.merger.domain.options.PageOptions
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.IPageJoinOptions
public class PageJoinOptions extends PageOptions implements IPageJoinOptions
Provides options for the document joining.
| Constructor | Description |
|---|---|
| PageJoinOptions() | Initializes a new instance of the PageJoinOptions class. |
| PageJoinOptions(int[] pageNumbers) | Initializes a new instance of the PageJoinOptions class. |
| PageJoinOptions(int startNumber, int endNumber) | Initializes a new instance of the PageJoinOptions class. |
| PageJoinOptions(int startNumber, int endNumber, int mode) | Initializes a new instance of the PageJoinOptions class. |
| PageJoinOptions(FileType fileType) | Initializes a new instance of the PageJoinOptions class. |
| PageJoinOptions(FileType fileType, int[] pageNumbers) | Initializes a new instance of the PageJoinOptions class. |
| PageJoinOptions(FileType fileType, int startNumber, int endNumber) | Initializes a new instance of the PageJoinOptions class. |
| PageJoinOptions(FileType fileType, int startNumber, int endNumber, int mode) | Initializes a new instance of the PageJoinOptions class. |
| Method | Description |
|---|---|
| getType() | The type of the file to join. |
public PageJoinOptions()
Initializes a new instance of the PageJoinOptions class.
public PageJoinOptions(int[] pageNumbers)
Initializes a new instance of the PageJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pageNumbers | int[] | Page numbers. |
public PageJoinOptions(int startNumber, int endNumber)
Initializes a new instance of the PageJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| startNumber | int | The start page number. |
| endNumber | int | The end page number. |
public PageJoinOptions(int startNumber, int endNumber, int mode)
Initializes a new instance of the PageJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| startNumber | int | The start page number. |
| endNumber | int | The end page number. |
| mode | int | The range mode. |
public PageJoinOptions(FileType fileType)
Initializes a new instance of the PageJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileType | FileType | The type of the file to join. |
public PageJoinOptions(FileType fileType, int[] pageNumbers)
Initializes a new instance of the PageJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileType | FileType | The type of the file to join. |
| pageNumbers | int[] | Page numbers. |
public PageJoinOptions(FileType fileType, int startNumber, int endNumber)
Initializes a new instance of the PageJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileType | FileType | The type of the file to join. |
| startNumber | int | The start page number. |
| endNumber | int | The end page number. |
public PageJoinOptions(FileType fileType, int startNumber, int endNumber, int mode)
Initializes a new instance of the PageJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| fileType | FileType | The type of the file to join. |
| startNumber | int | The start page number. |
| endNumber | int | The end page number. |
| mode | int | The range mode. |
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.