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 classClass for range part containing a range of pages for all pages after a given start page.static classClass for range part based on several range parts.static classClass for range part for all even or odd pages.static classClass for range part containing a range of pages represented by a start and an end page.static classClass 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.conditionsprivate final List<PageRange.IPageRangePart> PageRange.sequencesMethods in com.itextpdf.kernel.utils that return PageRange.IPageRangePartModifier and TypeMethodDescriptionprivate static PageRange.IPageRangePartPageRange.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.PageRangePartAndinstance.