public class JoinOptions extends PagedOptions
Describes options for join documents.
<inheritdoc></inheritdoc>
PagedOptions
Constructor and Description |
---|
JoinOptions(long fileFormat,
String password)
Initializes a new instance of the
OrientationOptions class. |
JoinOptions(long fileFormat,
String password,
int[] pageNumbers)
Initializes a new instance of the
OrientationOptions class. |
JoinOptions(long fileFormat,
String password,
int startNumber,
int endNumber,
int mode)
Initializes a new instance of the
OrientationOptions class. |
getPages
getFileFormat, getPassword, setFileFormat, setPassword
public JoinOptions(long fileFormat, String password)
Initializes a new instance of the OrientationOptions
class.
fileFormat
- The file format.password
- The password.
<inheritdoc></inheritdoc>
public JoinOptions(long fileFormat, String password, int[] pageNumbers)
Initializes a new instance of the OrientationOptions
class.
fileFormat
- The file format.password
- The password.pageNumbers
- Array with page numbers witch should be affected.
<inheritdoc></inheritdoc>
public JoinOptions(long fileFormat, String password, int startNumber, int endNumber, int mode)
Initializes a new instance of the OrientationOptions
class.
fileFormat
- The file format.password
- The password.startNumber
- The start number.endNumber
- The end number.mode
- The mode.
<inheritdoc></inheritdoc>
Copyright © 2019. All rights reserved.