ISwapOptions
Leave feedback
On this page
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.IOptions
public interface ISwapOptions extends IOptions
Interface for the page swapping options.
| Method | Description |
|---|---|
| getFirstPageNumber() | First page number to exchange. |
| getSecondPageNumber() | Second page number to exchange. |
public abstract int getFirstPageNumber()
First page number to exchange.
Returns: int
public abstract 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.