Package | Description |
---|---|
com.pdfunit |
This is the main package for testing PDF documents.
|
com.pdfunit.messages |
Classes for error messages, used as a key in messages.properties.
|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Field and Description |
---|---|
static DocumentFormat |
Constants.A0_LANDSCAPE
A typical page format.
|
static DocumentFormat |
DocumentFormat.A0_LANDSCAPE |
static DocumentFormat |
Constants.A0_PORTRAIT
A typical page format.
|
static DocumentFormat |
DocumentFormat.A0_PORTRAIT |
static DocumentFormat |
Constants.A1_LANDSCAPE
A typical page format.
|
static DocumentFormat |
DocumentFormat.A1_LANDSCAPE |
static DocumentFormat |
Constants.A1_PORTRAIT
A typical page format.
|
static DocumentFormat |
DocumentFormat.A1_PORTRAIT |
static DocumentFormat |
Constants.A2_LANDSCAPE
A typical page format.
|
static DocumentFormat |
DocumentFormat.A2_LANDSCAPE |
static DocumentFormat |
Constants.A2_PORTRAIT
A typical page format.
|
static DocumentFormat |
DocumentFormat.A2_PORTRAIT |
static DocumentFormat |
Constants.A3_LANDSCAPE
A typical page format.
|
static DocumentFormat |
DocumentFormat.A3_LANDSCAPE |
static DocumentFormat |
Constants.A3_PORTRAIT
A typical page format.
|
static DocumentFormat |
DocumentFormat.A3_PORTRAIT |
static DocumentFormat |
Constants.A4_LANDSCAPE
A typical page format.
|
static DocumentFormat |
DocumentFormat.A4_LANDSCAPE |
static DocumentFormat |
Constants.A4_PORTRAIT
A typical page format.
|
static DocumentFormat |
DocumentFormat.A4_PORTRAIT |
static DocumentFormat |
Constants.A5_LANDSCAPE
A typical page format.
|
static DocumentFormat |
DocumentFormat.A5_LANDSCAPE |
static DocumentFormat |
Constants.A5_PORTRAIT
A typical page format.
|
static DocumentFormat |
DocumentFormat.A5_PORTRAIT |
static DocumentFormat |
Constants.A6_LANDSCAPE
A typical page format.
|
static DocumentFormat |
DocumentFormat.A6_LANDSCAPE |
static DocumentFormat |
Constants.A6_PORTRAIT
A typical page format.
|
static DocumentFormat |
DocumentFormat.A6_PORTRAIT |
static DocumentFormat |
Constants.LETTER_LANDSCAPE
A typical page format.
|
static DocumentFormat |
DocumentFormat.LETTER_LANDSCAPE |
static DocumentFormat |
Constants.LETTER_PORTRAIT
A typical page format.
|
static DocumentFormat |
DocumentFormat.LETTER_PORTRAIT |
Modifier and Type | Method and Description |
---|---|
DocumentFormat |
DocumentFormat.asMillimeter()
This method converts the current instance based on any unit into
an instance based on Millimeter.
|
Constructor and Description |
---|
FormatInDocumentMessage(com.pdfunit.internal.spi.IDocument testDocument,
DocumentFormat expectedFormat) |
FormatOnPageMessage(com.pdfunit.internal.spi.IDocument testDocument,
DocumentFormat expectedFormat) |
Modifier and Type | Method and Description |
---|---|
FormatValidator |
DocumentValidator.hasFormat(DocumentFormat expectedFormat)
This method verifies the format against every page of a document.
|
MultiDocumentFormatValidator |
MultiDocumentValidator.hasFormat(DocumentFormat expectedFormat)
This method checks that each document of the given set of PDF documents has
the expected page format.
|
FormatValidator |
DocumentValidator.hasFormat(DocumentFormat expectedFormat,
PagesToUse pagesToUse)
This method verifies the format against that pages, given by the
second parameter.
|
FormatValidator |
FormatValidator.hasFormat(DocumentFormat expectedFormat,
PagesToUse pagesToUse)
This method verifies that the format of all pages in effect are equal
to the expected format, given by the first parameter.
|
MultiDocumentFormatValidator |
MultiDocumentFormatValidator.hasFormat(DocumentFormat expectedFormat,
PagesToUse pagesToUse)
This method checks that each document of the given set of PDF documents has
the expected page format on that pages that are defined by the second parameter.
|
MultiDocumentFormatValidator |
MultiDocumentValidator.hasFormat(DocumentFormat expectedFormat,
PagesToUse pagesToUse)
This method checks that each document of the given set of PDF documents has
the expected page format on that pages that are defined by the second parameter.
|
Copyright (C) PDFUnit.com. See here for license.