@DoNotObfuscate public class EveryPage extends PagesToUse
Modifier | Constructor and Description |
---|---|
protected |
EveryPage() |
Modifier and Type | Method and Description |
---|---|
PagesToUse |
after(int lowestPageExclusive)
This method creates all pages of a document which are higher
than the given pagenumber.
|
PagesToUse |
before(int highestPageExcluded)
This method creates all pages of a document which are lower
than the given pagenumber.
|
static EveryPage |
getInstance()
Creating an instance providing pagenumbers for every page of a PDF document.
|
com.pdfunit.internal.util.PageNumberList |
getPageNumbersInEffect(com.pdfunit.internal.spi.IDocument document)
This method does what the name suggests.
|
getPage, getPages, spanningFrom
public static EveryPage getInstance()
public PagesToUse after(int lowestPageExclusive)
public PagesToUse before(int highestPageExcluded)
public com.pdfunit.internal.util.PageNumberList getPageNumbersInEffect(com.pdfunit.internal.spi.IDocument document)
getPageNumbersInEffect
in class PagesToUse
Copyright (C) PDFUnit.com. See here for license.