public class SwapOptions extends Object implements ISwapOptions
Provides options for swapping document pages.
| Constructor and Description |
|---|
SwapOptions(int firstPageNumber,
int secondPageNumber)
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.
|
public SwapOptions(int firstPageNumber,
int secondPageNumber)
Initializes a new instance of the SwapOptions class.
firstPageNumber - The first page number.secondPageNumber - The second page number.public final int getFirstPageNumber()
First page number to exchange.
getFirstPageNumber in interface ISwapOptionspublic final int getSecondPageNumber()
Second page number to exchange.
getSecondPageNumber in interface ISwapOptionsCopyright © 2024. All rights reserved.