public class SwapOptions extends Options
Describes options for swapping 2 pages in a document.
<inheritdoc></inheritdoc>
##GroupDocs#Merger#Domain#Options
Constructor and Description |
---|
SwapOptions(int firstPageNumber,
int secondPageNumber,
long fileFormat,
String password)
Initializes a new instance of the
SwapOptions class. |
Modifier and Type | Method and Description |
---|---|
int |
getFirstPageNumber()
First page number to exchange.
|
int |
getSecondPageNumber()
Second page number to exchange.
|
void |
setFirstPageNumber(int value)
First page number to exchange.
|
void |
setSecondPageNumber(int value)
Second page number to exchange.
|
getFileFormat, getPassword, setFileFormat, setPassword
public SwapOptions(int firstPageNumber, int secondPageNumber, long fileFormat, String password)
Initializes a new instance of the SwapOptions
class.
firstPageNumber
- The first page number.secondPageNumber
- The second page number.fileFormat
- The file format.password
- The password.
<inheritdoc></inheritdoc>
public final int getFirstPageNumber()
First page number to exchange.
public final int getSecondPageNumber()
Second page number to exchange.
public final void setFirstPageNumber(int value)
First page number to exchange.
public final void setSecondPageNumber(int value)
Second page number to exchange.
Copyright © 2019. All rights reserved.