@DoNotObfuscate public class OnEveryPage extends PagesToUse
Modifier | Constructor and Description |
---|---|
protected |
OnEveryPage() |
Modifier and Type | Method and Description |
---|---|
static PagesToUse |
after(int lowestPageExclusive)
This method does what the name suggests.
|
static PagesToUse |
before(int highestPageExcluded)
This method does what the name suggests.
|
java.util.List<java.lang.Integer> |
getPageNumbersInEffect(com.pdfunit.internal.spi.IDocumentForValidationModules document)
This method does what the name suggests.
|
java.util.List<java.lang.Integer> |
getPageNumbersInEffect(com.pdfunit.internal.rendering.PDFFileWrapper pdfFileWrapper)
This method does what the name suggests.
|
static OnEveryPage |
newInstance()
Creating an instance providing pagenumbers for every page of a PDF document.
|
getPage, getPages, spanningFrom
public static OnEveryPage newInstance()
public static PagesToUse after(int lowestPageExclusive)
public static PagesToUse before(int highestPageExcluded)
public java.util.List<java.lang.Integer> getPageNumbersInEffect(com.pdfunit.internal.rendering.PDFFileWrapper pdfFileWrapper)
getPageNumbersInEffect
in class PagesToUse
public java.util.List<java.lang.Integer> getPageNumbersInEffect(com.pdfunit.internal.spi.IDocumentForValidationModules document)
getPageNumbersInEffect
in class PagesToUse
Copyright (C) PDFUnit.com. See here for license.