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