Package com.itextpdf.kernel.utils
Class PageRange.PageRangePartAnd
java.lang.Object
com.itextpdf.kernel.utils.PageRange.PageRangePartAnd
- All Implemented Interfaces:
-
PageRange.IPageRangePart
- Enclosing class:
- PageRange
Class for range part based on several range parts. A 'and' is performed between all conditions. This allows for example to configure odd pages between page 19 and 25.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAllPagesInRange
(int nbPages) int
hashCode()
boolean
isPageInRange
(int pageNumber)
-
Constructor Details
-
PageRangePartAnd
-
-
Method Details
-
getAllPagesInRange
- Specified by:
-
getAllPagesInRange
in interfacePageRange.IPageRangePart
-
isPageInRange
public boolean isPageInRange(int pageNumber) - Specified by:
-
isPageInRange
in interfacePageRange.IPageRangePart
-
equals
-
hashCode
public int hashCode()
-