Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
MultiDocumentFontValidator |
MultiDocumentFontValidator.hasFonts()
This method verifies that each given PDF document has fonts.
|
MultiDocumentFontValidator |
MultiDocumentValidator.hasFonts()
This method verifies that each given PDF document has fonts.
|
MultiDocumentFontValidator |
MultiDocumentFontValidator.ofThisTypeOnly(FontType expectedFontType)
Validating whether the each of the given PDF document has fonts of only the font
type according to the parameter.
|
MultiDocumentFontValidator |
MultiDocumentFontNameValidator.withNameContaining(java.lang.String expectedName)
This method verifies that the expected name is part of the
current font name.
|
MultiDocumentFontValidator |
MultiDocumentFontNameValidator.withNameNotContaining(java.lang.String expectedName)
This method verifies that the expected name is not part of the
current font name.
|
Constructor and Description |
---|
MultiDocumentFontNameValidator(java.util.Vector<FontNameValidator> fontNameValidators,
MultiDocumentFontValidator backReference) |
Copyright (C) PDFUnit.com. See here for license.