public class SplitOptions extends PagedOptions
Options for splitting document.
<inheritdoc></inheritdoc>
Constructor and Description |
---|
SplitOptions()
Initializes a new instance of the
SplitOptions class. |
SplitOptions(long fileFormat,
String password,
int startNumber,
int endNumber,
int mode)
Initializes a new instance of the
SplitOptions class. |
SplitOptions(long fileFormat,
String password,
List<Integer> pageNumbers)
Initializes a new instance of the
SplitOptions class. |
getPages
getFileFormat, getPassword, setFileFormat, setPassword
public SplitOptions()
Initializes a new instance of the SplitOptions
class.
public SplitOptions(long fileFormat, String password, int startNumber, int endNumber, int mode)
Initializes a new instance of the SplitOptions
class.
fileFormat
- The file format.password
- The password.startNumber
- The start number.endNumber
- The end number.mode
- The mode.public SplitOptions(long fileFormat, String password, List<Integer> pageNumbers)
Initializes a new instance of the SplitOptions
class.
fileFormat
- The file format.password
- The password.pageNumbers
- The page numbers.Copyright © 2019. All rights reserved.