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(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. |
getPages, 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(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