public static interface PageRange.IPageRangePart
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getAllPagesInRange(int nbPages)
Gets the list of pages that have been added to the range part so far.
|
boolean |
isPageInRange(int pageNumber)
Checks if a given page is present in the range part built so far.
|
List<Integer> getAllPagesInRange(int nbPages)
nbPages - number of pages of the document to get the pages,
to list only the pages eligible for this documentboolean isPageInRange(int pageNumber)
pageNumber - the page number to checktrue if the page is present in this range, false otherwiseCopyright © 1998–2025 Apryse Group NV. All rights reserved.