Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkValidator.hasBookmarks()
This method verifies that each given PDF document has one ore more bookmarks.
|
MultiDocumentBookmarkValidator |
MultiDocumentValidator.hasBookmarks()
This method verifies that each given PDF document has one ore more bookmarks.
|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkValidator.withDestinations()
This method verifies for each given PDF document
that no bookmark points to nothing (dead link).
|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkDetailsValidator.withLabel(java.lang.String expectedLabel)
Validating an existing bookmark label in each given PDF document.
|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkDetailsValidator.withLabelLinkingToPage(java.lang.String expectedLabel,
int toPage)
This method verifies for each given PDF document that a bookmark label
(given by the first parameter) exists, which points to the page (given by the second parameter).
|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkDetailsValidator.withLinkToName(java.lang.String expectedName)
This method uses xpath internally to look for bookmarks with a link
to the given name.
|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkDetailsValidator.withLinkToPage(int toPage)
The method verifies for each given PDF document that a bookmark exists,
which points to the page, given by the parameter.
|
MultiDocumentBookmarkValidator |
MultiDocumentBookmarkDetailsValidator.withLinkToURI(java.lang.String expectedURI)
This method uses xpath internally to look for bookmarks with
the given uri.
|
Constructor and Description |
---|
MultiDocumentBookmarkDetailsValidator(java.util.Vector<BookmarkDetailsValidator> bookmarkDetailsValidators,
MultiDocumentBookmarkValidator backReference) |
Copyright (C) PDFUnit.com. See here for license.