public class PageJoinOptions extends PageOptions implements IPageJoinOptions
Provides options for the document joining.
| Constructor and Description |
|---|
PageJoinOptions()
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. |
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. |
| Modifier and Type | Method and Description |
|---|---|
FileType |
getType()
The type of the file to join.
|
pagesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPagespublic PageJoinOptions()
Initializes a new instance of the PageJoinOptions class.
public PageJoinOptions(FileType fileType)
Initializes a new instance of the PageJoinOptions class.
fileType - The type of the file to join.public PageJoinOptions(FileType fileType, int[] pageNumbers)
Initializes a new instance of the PageJoinOptions class.
fileType - The type of the file to join.pageNumbers - Page numbers.public PageJoinOptions(FileType fileType, int startNumber, int endNumber) throws Exception
Initializes a new instance of the PageJoinOptions class.
fileType - The type of the file to join.startNumber - The start page number.endNumber - The end page number.Exceptionpublic PageJoinOptions(FileType fileType, int startNumber, int endNumber, int mode) throws Exception
Initializes a new instance of the PageJoinOptions class.
fileType - The type of the file to join.startNumber - The start page number.endNumber - The end page number.mode - The range mode.Exceptionpublic PageJoinOptions(int[] pageNumbers)
Initializes a new instance of the PageJoinOptions class.
pageNumbers - Page numbers.public PageJoinOptions(int startNumber,
int endNumber)
throws Exception
Initializes a new instance of the PageJoinOptions class.
startNumber - The start page number.endNumber - The end page number.Exceptionpublic PageJoinOptions(int startNumber,
int endNumber,
int mode)
throws Exception
Initializes a new instance of the PageJoinOptions class.
startNumber - The start page number.endNumber - The end page number.mode - The range mode.Exceptionpublic final FileType getType()
The type of the file to join.
getType in interface IJoinOptionsCopyright © 2025. All rights reserved.