Uses of Class
com.datalogics.PDFL.PageRange
Packages that use PageRange
-
Uses of PageRange in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return PageRangeModifier and TypeMethodDescriptionWatermarkParams.getTargetRange()The page range of the document to which the watermark should be added.Methods in com.datalogics.PDFL that return types with arguments of type PageRangeMethods in com.datalogics.PDFL with parameters of type PageRangeModifier and TypeMethodDescriptionstatic final voidPDFLJNI.PageRange_DisposeChildren(long jarg1, PageRange jarg1_) static final intPDFLJNI.PageRange_EndPage_get(long jarg1, PageRange jarg1_) static final voidPDFLJNI.PageRange_EndPage_set(long jarg1, PageRange jarg1_, int jarg2) static final shortPDFLJNI.PageRange_PagePaperSource_get(long jarg1, PageRange jarg1_) static final voidPDFLJNI.PageRange_PagePaperSource_set(long jarg1, PageRange jarg1_, short jarg2) static final intPDFLJNI.PageRange_PageSpec_get(long jarg1, PageRange jarg1_) static final voidPDFLJNI.PageRange_PageSpec_set(long jarg1, PageRange jarg1_, int jarg2) static final intPDFLJNI.PageRange_StartPage_get(long jarg1, PageRange jarg1_) static final voidPDFLJNI.PageRange_StartPage_set(long jarg1, PageRange jarg1_, int jarg2) static final voidPDFLJNI.PageRangeVector_add(long jarg1, com.datalogics.PDFL.PageRangeVector jarg1_, long jarg2, PageRange jarg2_) static final voidPDFLJNI.PageRangeVector_set(long jarg1, com.datalogics.PDFL.PageRangeVector jarg1_, int jarg2, long jarg3, PageRange jarg3_) Method parameters in com.datalogics.PDFL with type arguments of type PageRangeModifier and TypeMethodDescriptionvoidPrintParams.setPageRanges(List<PageRange> argPageRanges) Set the ranges of pages to print.