public class WordJoinOptions extends JoinOptions
The Word join options.
Constructor and Description |
---|
WordJoinOptions()
Initializes a new instance of the
WordJoinOptions class. |
WordJoinOptions(FileType fileType)
Initializes a new instance of the
WordJoinOptions class. |
WordJoinOptions(FileType fileType,
int[] pageNumbers)
Initializes a new instance of the
WordJoinOptions class. |
WordJoinOptions(FileType fileType,
int startNumber,
int endNumber)
Initializes a new instance of the
WordJoinOptions class. |
WordJoinOptions(FileType fileType,
int startNumber,
int endNumber,
int mode)
Initializes a new instance of the
WordJoinOptions class. |
WordJoinOptions(int[] pageNumbers)
Initializes a new instance of the
WordJoinOptions class. |
WordJoinOptions(int startNumber,
int endNumber)
Initializes a new instance of the
WordJoinOptions class. |
WordJoinOptions(int startNumber,
int endNumber,
int mode)
Initializes a new instance of the
WordJoinOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getMode()
The Word join mode.
|
void |
setMode(int value)
The Word join mode.
|
getType
pages
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPages
public WordJoinOptions()
Initializes a new instance of the WordJoinOptions
class.
public WordJoinOptions(FileType fileType)
Initializes a new instance of the WordJoinOptions
class.
fileType
- The type of the file to join.public WordJoinOptions(FileType fileType, int[] pageNumbers)
Initializes a new instance of the WordJoinOptions
class.
fileType
- The type of the file to join.pageNumbers
- Page numbers.public WordJoinOptions(FileType fileType, int startNumber, int endNumber) throws Exception
Initializes a new instance of the WordJoinOptions
class.
fileType
- The type of the file to join.startNumber
- The start page number.endNumber
- The end page number.Exception
public WordJoinOptions(FileType fileType, int startNumber, int endNumber, int mode) throws Exception
Initializes a new instance of the WordJoinOptions
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 WordJoinOptions(int[] pageNumbers)
Initializes a new instance of the WordJoinOptions
class.
pageNumbers
- Page numbers.public WordJoinOptions(int startNumber, int endNumber) throws Exception
Initializes a new instance of the WordJoinOptions
class.
startNumber
- The start page number.endNumber
- The end page number.Exception
public WordJoinOptions(int startNumber, int endNumber, int mode) throws Exception
Initializes a new instance of the WordJoinOptions
class.
startNumber
- The start page number.endNumber
- The end page number.mode
- The range mode.Exception