Package | Description |
---|---|
com.pdfunit |
This is the main package for testing PDF documents.
|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Field and Description |
---|---|
static TrappingInfo |
Constants.TRAPPING_NO
Constant for trapping.
|
static TrappingInfo |
Constants.TRAPPING_UNKNOWN
Constant for trapping.
|
static TrappingInfo |
Constants.TRAPPING_YES
Constant for trapping.
|
Modifier and Type | Method and Description |
---|---|
static TrappingInfo |
TrappingInfo.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrappingInfo[] |
TrappingInfo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DocumentValidator |
DocumentValidator.hasTrappingInfo(TrappingInfo trappingInfo)
This method does what the name suggests.
|
void |
TrappingValidator.hasTrappingInfo(TrappingInfo trappingInfo)
This method compares the trapping info from the current PDF against
the expected trapping info.
|
Copyright (C) PDFUnit.com. See here for license.