Class PageRange.PageRangePartSingle
java.lang.Object
com.itextpdf.kernel.utils.PageRange.PageRangePartSingle
- All Implemented Interfaces:
PageRange.IPageRangePart
- Enclosing class:
PageRange
public static class PageRange.PageRangePartSingle
extends Object
implements PageRange.IPageRangePart
Class for range part containing a single page.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPageRangePartSingle(int page) Creates newPageRange.PageRangePartSingleinstance. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAllPagesInRange(int nbPages) Gets the list of pages that have been added to the range part so far.inthashCode()booleanisPageInRange(int pageNumber) Checks if a given page is present in the range part built so far.
-
Field Details
-
page
private final int page
-
-
Constructor Details
-
PageRangePartSingle
public PageRangePartSingle(int page) Creates newPageRange.PageRangePartSingleinstance.- Parameters:
page- a single page for a range part
-
-
Method Details
-
getAllPagesInRange
Description copied from interface:PageRange.IPageRangePartGets the list of pages that have been added to the range part so far.- Specified by:
getAllPagesInRangein interfacePageRange.IPageRangePart- Parameters:
nbPages- number of pages of the document to get the pages, to list only the pages eligible for this document- Returns:
- the list containing page numbers added to the range part matching this document
-
isPageInRange
public boolean isPageInRange(int pageNumber) Description copied from interface:PageRange.IPageRangePartChecks if a given page is present in the range part built so far.- Specified by:
isPageInRangein interfacePageRange.IPageRangePart- Parameters:
pageNumber- the page number to check- Returns:
trueif the page is present in this range,falseotherwise
-
equals
-
hashCode
-