Modifier | Constructor and Description |
---|---|
protected |
AllFieldsValidator(com.pdfunit.internal.spi.IDocument pdfDocument)
Creating a validator for a single field of an acro form in PDF documents.
|
Modifier and Type | Method and Description |
---|---|
AllFieldsValidator |
allWithoutDuplicateNames()
This method checks whether a PDF has formular fields with duplicates
names.
|
AllFieldsValidator |
allWithoutTextOverflow()
This method checks each field that all the containing text can be seen.
|
AllFieldsValidator |
hasFields()
This method does what the name suggests.
|
AllFieldsValidator |
hasSignedSignatureFields()
This method does what the name suggests.
|
AllFieldsValidator |
hasUnSignedSignatureFields()
This method does what the name suggests.
|
AllFieldsValidator |
matchingXML(java.io.File xmlFile)
Verifying that all fields, internally formatted as XML in exact the same way
as the extraction utility, matches the content of the file, given by the parameter.
|
AllFieldsValidator |
matchingXML(java.lang.String filenameXML)
Verifying that all fields, internally formatted as XML in exact the same way
as the extraction utility, matches the content of the file, given by the parameter.
|
AllFieldsValidator |
matchingXPath(XPathExpression xpath)
Verifying that all attributes of the current field, internally formatted as XML
in exact the same way as the extraction utility, matches the XPath-expression of
the given parameter.
|
protected AllFieldsValidator(com.pdfunit.internal.spi.IDocument pdfDocument)
public AllFieldsValidator allWithoutDuplicateNames()
public AllFieldsValidator allWithoutTextOverflow()
public AllFieldsValidator hasFields()
public AllFieldsValidator hasSignedSignatureFields()
public AllFieldsValidator hasUnSignedSignatureFields()
@Guarded public AllFieldsValidator matchingXML(java.lang.String filenameXML)
PDFUnit uses XMLUnit to compare the two XML-structures.
In case of failure, an instance of PDFUnitValidationException will be thrown.ExtractFieldsInfo
,
XMLUnit Project@Guarded public AllFieldsValidator matchingXML(java.io.File xmlFile)
PDFUnit uses XMLUnit to compare the two XML-structures.
In case of failure, an instance of PDFUnitValidationException will be thrown.ExtractFieldsInfo
,
XMLUnit Project@Guarded public AllFieldsValidator matchingXPath(XPathExpression xpath)
ExtractFieldsInfo
Copyright (C) PDFUnit.com. See here for license.