SwapOptions
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.ISwapOptions
public class SwapOptions implements ISwapOptions
Provides options for swapping document pages.
| Constructor | Description |
|---|---|
| SwapOptions(int firstPageNumber, int secondPageNumber) | Initializes a new instance of the SwapOptions class. |
| Method | Description |
|---|---|
| getFirstPageNumber() | First page number to exchange. |
| getSecondPageNumber() | Second page number to exchange. |
public SwapOptions(int firstPageNumber, int secondPageNumber)
Initializes a new instance of the SwapOptions class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| firstPageNumber | int | The first page number. |
| secondPageNumber | int | The second page number. |
public final int getFirstPageNumber()
First page number to exchange.
Returns: int
public final int getSecondPageNumber()
Second page number to exchange.
Returns: int
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.