Uses of Interface
com.itextpdf.kernel.utils.PageRange.IPageRangePart
-
Packages that use PageRange.IPageRangePart Package Description com.itextpdf.kernel.utils -
-
Uses of PageRange.IPageRangePart in com.itextpdf.kernel.utils
Classes in com.itextpdf.kernel.utils that implement PageRange.IPageRangePart Modifier and Type Class Description static classPageRange.PageRangePartAfterClass for range part containing a range of pages for all pages after a given start page.static classPageRange.PageRangePartAndClass for range part based on several range parts.static classPageRange.PageRangePartOddEvenClass for range part for all even or odd pages.static classPageRange.PageRangePartSequenceClass for range part containing a range of pages represented by a start and an end page.static classPageRange.PageRangePartSingleClass for range part containing a single page.Fields in com.itextpdf.kernel.utils with type parameters of type PageRange.IPageRangePart Modifier and Type Field Description private java.util.List<PageRange.IPageRangePart>PageRange.PageRangePartAnd. conditionsprivate java.util.List<PageRange.IPageRangePart>PageRange. sequencesMethods in com.itextpdf.kernel.utils that return PageRange.IPageRangePart Modifier and Type Method Description private static PageRange.IPageRangePartPageRange. getRangeObject(java.lang.String rangeDef)Methods in com.itextpdf.kernel.utils with parameters of type PageRange.IPageRangePart Modifier and Type Method Description PageRangePageRange. addPageRangePart(PageRange.IPageRangePart part)Adds any page range part to this page range.Constructors in com.itextpdf.kernel.utils with parameters of type PageRange.IPageRangePart Constructor Description PageRangePartAnd(PageRange.IPageRangePart... conditions)Creates newPageRange.PageRangePartAndinstance.
-