public abstract class PagedOptions extends Options
Base class for operation options with known source document format and password.
<inheritdoc></inheritdoc>
Modifier | Constructor and Description |
---|---|
protected |
PagedOptions()
Initializes a new instance of the
PagedOptions class. |
protected |
PagedOptions(long fileFormat,
String password)
Initializes a new instance of the
PagedOptions class. |
protected |
PagedOptions(long fileFormat,
String password,
int startNumber,
int endNumber,
int mode)
Initializes a new instance of the
PagedOptions class. |
protected |
PagedOptions(long fileFormat,
String password,
com.groupdocs.merger.domain.pagers.IPager pager)
Initializes a new instance of the
PagedOptions class. |
protected |
PagedOptions(long fileFormat,
String password,
List<Integer> pageNumbers)
Initializes a new instance of the
PagedOptions class. |
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getPages()
List of page number on which operation will be applied.
|
getFileFormat, getPassword, setFileFormat, setPassword
protected PagedOptions()
Initializes a new instance of the PagedOptions
class.
<inheritdoc></inheritdoc>
protected PagedOptions(long fileFormat, String password)
Initializes a new instance of the PagedOptions
class.
fileFormat
- The file format.password
- The password.
<inheritdoc></inheritdoc>
protected PagedOptions(long fileFormat, String password, int startNumber, int endNumber, int mode)
Initializes a new instance of the PagedOptions
class.
fileFormat
- The file format.password
- The password.startNumber
- The start number.endNumber
- The end number.mode
- The mode.
<inheritdoc></inheritdoc>
protected PagedOptions(long fileFormat, String password, com.groupdocs.merger.domain.pagers.IPager pager)
Initializes a new instance of the PagedOptions
class.
fileFormat
- The file format.password
- The password.pager
- Pages for operation.
<inheritdoc></inheritdoc>
protected PagedOptions(long fileFormat, String password, List<Integer> pageNumbers)
Initializes a new instance of the PagedOptions
class.
fileFormat
- The file format.password
- The password.pageNumbers
- Pages for operation.
<inheritdoc></inheritdoc>
Copyright © 2019. All rights reserved.