@DoNotObfuscate
public class MultiDocumentFontValidator
extends java.lang.Object
FontValidator
![]() |
![]() |
Modifier | Constructor and Description |
---|---|
protected |
MultiDocumentFontValidator(java.util.Vector<DocumentValidator> documentValidators) |
Modifier and Type | Method and Description |
---|---|
MultiDocumentFontNameValidator |
hasFont()
This method prepares the validation of a single font in each given PDF documents.
|
MultiDocumentFontValidator |
hasFonts()
This method verifies that each given PDF document has fonts.
|
MultiDocumentFontValidator |
matchingXML(java.io.File xmlFile)
Comparing the font information of each given PDF with font information
of the XML file.
|
MultiDocumentFontValidator |
matchingXML(java.lang.String filenameXML)
Comparing the font information of each given PDF with font information
of the XML file given by the filename.
|
MultiDocumentFontValidator |
matchingXPath(XPathExpression xpath)
Verifying whether the font information of each given PDF document
matches the XPath-Expression given by the parameter.
|
MultiDocumentFontValidator |
ofThisTypeOnly(FontType expectedFontType)
Validating whether the each of the given PDF document has fonts of only the font
type according to the parameter.
|
protected MultiDocumentFontValidator(java.util.Vector<DocumentValidator> documentValidators)
public MultiDocumentFontNameValidator hasFont()
public MultiDocumentFontValidator hasFonts()
@Guarded public MultiDocumentFontValidator ofThisTypeOnly(FontType expectedFontType)
@Guarded public MultiDocumentFontValidator matchingXML(java.io.File xmlFile)
@Guarded public MultiDocumentFontValidator matchingXML(java.lang.String filenameXML)
@Guarded public MultiDocumentFontValidator matchingXPath(XPathExpression xpath)
Copyright (C) PDFUnit.com. See here for license.