public class JoinOptions extends PageOptions implements IJoinOptions
Provides options for the document joining.
Constructor and Description |
---|
JoinOptions()
Initializes a new instance of the
JoinOptions class. |
JoinOptions(FileType fileType)
Initializes a new instance of the
JoinOptions class. |
JoinOptions(FileType fileType,
int[] pageNumbers)
Initializes a new instance of the
JoinOptions class. |
JoinOptions(FileType fileType,
int startNumber,
int endNumber)
Initializes a new instance of the
JoinOptions class. |
JoinOptions(FileType fileType,
int startNumber,
int endNumber,
int mode)
Initializes a new instance of the
JoinOptions class. |
JoinOptions(int[] pageNumbers)
Initializes a new instance of the
JoinOptions class. |
JoinOptions(int startNumber,
int endNumber)
Initializes a new instance of the
JoinOptions class. |
JoinOptions(int startNumber,
int endNumber,
int mode)
Initializes a new instance of the
JoinOptions class. |
Modifier and Type | Method and Description |
---|---|
FileType |
getType()
The type of the file to join.
|
pages
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPages
public JoinOptions()
Initializes a new instance of the JoinOptions
class.
public JoinOptions(FileType fileType)
Initializes a new instance of the JoinOptions
class.
fileType
- The type of the file to join.public JoinOptions(FileType fileType, int[] pageNumbers)
Initializes a new instance of the JoinOptions
class.
fileType
- The type of the file to join.pageNumbers
- Page numbers.public JoinOptions(FileType fileType, int startNumber, int endNumber) throws Exception
Initializes a new instance of the JoinOptions
class.
fileType
- The type of the file to join.startNumber
- The start page number.endNumber
- The end page number.Exception
public JoinOptions(FileType fileType, int startNumber, int endNumber, int mode) throws Exception
Initializes a new instance of the JoinOptions
class.
fileType
- The type of the file to join.startNumber
- The start page number.endNumber
- The end page number.mode
- The range mode.Exception
public JoinOptions(int[] pageNumbers)
Initializes a new instance of the JoinOptions
class.
pageNumbers
- Page numbers.public JoinOptions(int startNumber, int endNumber) throws Exception
Initializes a new instance of the JoinOptions
class.
startNumber
- The start page number.endNumber
- The end page number.Exception
public JoinOptions(int startNumber, int endNumber, int mode) throws Exception
Initializes a new instance of the JoinOptions
class.
startNumber
- The start page number.endNumber
- The end page number.mode
- The range mode.Exception
public final FileType getType()
The type of the file to join.
getType
in interface IJoinOptions