Uses of Interface
com.itextpdf.kernel.utils.PageRange.IPageRangePart
Packages that use PageRange.IPageRangePart
-
Uses of PageRange.IPageRangePart in com.itextpdf.kernel.utils
Classes in com.itextpdf.kernel.utils that implement PageRange.IPageRangePartModifier and TypeClassDescriptionstatic class
Class for range part containing a range of pages for all pages after a given start page.static class
Class for range part based on several range parts.static class
Class for range part for all even or odd pages.static class
Class for range part containing a range of pages represented by a start and an end page.static class
Class for range part containing a single page.Fields in com.itextpdf.kernel.utils with type parameters of type PageRange.IPageRangePartModifier and TypeFieldDescriptionprivate final List
<PageRange.IPageRangePart> PageRange.PageRangePartAnd.conditions
private final List
<PageRange.IPageRangePart> PageRange.sequences
Methods in com.itextpdf.kernel.utils that return PageRange.IPageRangePartModifier and TypeMethodDescriptionprivate static PageRange.IPageRangePart
PageRange.getRangeObject
(String rangeDef) Methods in com.itextpdf.kernel.utils with parameters of type PageRange.IPageRangePartModifier and TypeMethodDescriptionPageRange.addPageRangePart
(PageRange.IPageRangePart part) Adds any page range part to this page range.Constructors in com.itextpdf.kernel.utils with parameters of type PageRange.IPageRangePartModifierConstructorDescriptionPageRangePartAnd
(PageRange.IPageRangePart... conditions) Creates newPageRange.PageRangePartAnd
instance.