@DoNotObfuscate public final class OnAnyPage extends OnEveryPage implements com.pdfunit.pagefilter.ReturnOnFirstMatch
This class adds no functions to the superclass, but provides another name to the API to let the names better flow.
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.
|
static OnAnyPage |
newInstance()
Creating an instance providing pagenumbers for all pages of a PDF document,
and signalling the validator the first match.
|
getPageNumbersInEffect, getPageNumbersInEffect
getPage, getPages, spanningFrom
public static OnAnyPage newInstance()
public static PagesToUse after(int lowestPageExclusive)
public static PagesToUse before(int highestPageExcluded)
Copyright (C) PDFUnit.com. See here for license.