@DoNotObfuscate
public abstract class PagesToUse
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
PagesToUse() |
Modifier and Type | Method and Description |
---|---|
static PagesToUse |
getPage(int pageInclusive)
This method does what the name suggests.
|
abstract java.util.List<java.lang.Integer> |
getPageNumbersInEffect(com.pdfunit.internal.spi.IDocumentForValidationModules document) |
abstract java.util.List<java.lang.Integer> |
getPageNumbersInEffect(com.pdfunit.internal.rendering.PDFFileWrapper pdfFileWrapper) |
static PagesToUse |
getPages(int... pages)
Creating an instance providing pagenumbers for all pages of a PDF document
given by the parameters.
|
static PagesToUseFromTo |
spanningFrom(int pageInclusive)
This method does what the name suggests.
|
public abstract java.util.List<java.lang.Integer> getPageNumbersInEffect(com.pdfunit.internal.rendering.PDFFileWrapper pdfFileWrapper)
public abstract java.util.List<java.lang.Integer> getPageNumbersInEffect(com.pdfunit.internal.spi.IDocumentForValidationModules document)
@Guarded public static final PagesToUse getPages(int... pages)
@Guarded public static PagesToUse getPage(int pageInclusive)
@Guarded public static PagesToUseFromTo spanningFrom(int pageInclusive)
Copyright (C) PDFUnit.com. See here for license.