Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
LayerValidator |
LayerValidator.allWithoutDuplicateNames()
This method does what the name suggests.
|
LayerValidator |
LayerNameValidator.containing(java.lang.String expectedLayerName)
Verifying that a layer exists, which name contains the
value, given by the parameter.
|
LayerValidator |
DocumentValidator.hasLayers()
This method does what the name suggests.
|
LayerValidator |
LayerValidator.hasLayers()
This method throws a PDFUnitValidationException when a PDF document has layers.
|
LayerValidator |
DocumentValidator.hasOCGs()
This method verifies whether a PDF document uses layers.
|
LayerValidator |
LayerValidator.hasOCGs()
This method does what the name suggests.
|
LayerValidator |
LayerNameValidator.matchingComplete(java.lang.String expectedLayerName)
Verifying that a layer exists, which name is equal to the
value, given by the parameter.
|
LayerValidator |
LayerNameValidator.startingWith(java.lang.String expectedLayerName)
Verifying that a layer exists, which name starts with the
value, given by the parameter.
|
Constructor and Description |
---|
LayerNameValidator(com.pdfunit.internal.spi.IDocument testDocument,
java.util.List<com.pdfunit.internal.spi.ILayer> allLayers,
LayerValidator backReference) |
Copyright (C) PDFUnit.com. See here for license.