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 class
PageRange.PageRangePartAfter
Class for range part containing a range of pages for all pages after a given start page.static class
PageRange.PageRangePartAnd
Class for range part based on several range parts.static class
PageRange.PageRangePartOddEven
Class for range part for all even or odd pages.static class
PageRange.PageRangePartSequence
Class for range part containing a range of pages represented by a start and an end page.static class
PageRange.PageRangePartSingle
Class 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. conditions
private java.util.List<PageRange.IPageRangePart>
PageRange. sequences
Methods in com.itextpdf.kernel.utils that return PageRange.IPageRangePart Modifier and Type Method Description private static PageRange.IPageRangePart
PageRange. getRangeObject(java.lang.String rangeDef)
Methods in com.itextpdf.kernel.utils with parameters of type PageRange.IPageRangePart Modifier and Type Method Description PageRange
PageRange. 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.PageRangePartAnd
instance.
-