Package | Description |
---|---|
com.pdfunit |
This is the main package for testing PDF documents.
|
com.pdfunit.filter.page |
Classes to define filters for individual pages of an entire PDF document.
|
Modifier and Type | Field and Description |
---|---|
static EveryPage |
Constants.EACH_PAGE
Instance providing the page numbers for each page of a PDF document.
|
static EveryPage |
Constants.EVERY_PAGE
Instance providing the page numbers for every page of a PDF document.
|
static EveryPage |
Constants.ON_EACH_PAGE
Instance providing the page numbers for each page of a PDF document.
|
static EveryPage |
Constants.ON_EVERY_PAGE
Instance providing the page numbers for every page of a PDF document.
|
Modifier and Type | Class and Description |
---|---|
class |
AnyPage
This class collects every page of a PDF document.
|
Modifier and Type | Method and Description |
---|---|
static EveryPage |
EveryPage.getInstance()
Creating an instance providing pagenumbers for every page of a PDF document.
|
Copyright (C) PDFUnit.com. See here for license.