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