PageJoinOptions
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.
Constructors
| 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. |
Methods
| Method | Description |
|---|---|
| getType() | The type of the file to join. |
PageJoinOptions()
public PageJoinOptions()
Initializes a new instance of the PageJoinOptions class.
PageJoinOptions(int[] pageNumbers)
public PageJoinOptions(int[] pageNumbers)
Initializes a new instance of the PageJoinOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| pageNumbers | int[] | Page numbers. |
PageJoinOptions(int startNumber, int endNumber)
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. |
PageJoinOptions(int startNumber, int endNumber, int mode)
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. |
PageJoinOptions(FileType fileType)
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. |
PageJoinOptions(FileType fileType, int[] pageNumbers)
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. |
PageJoinOptions(FileType fileType, int startNumber, int endNumber)
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. |
PageJoinOptions(FileType fileType, int startNumber, int endNumber, int mode)
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. |
getType()
public final FileType getType()
The type of the file to join.
Returns: FileType