Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
GotoRemoteActionValidator |
DocumentValidator.hasRemoteGotoActionTo(java.lang.String expectedRemoteFile)
This method asserts that the current PDF document has a GOTO-Action with
the remote destination, given by the parameter.
|
GotoRemoteActionValidator |
GotoRemoteActionValidator.hasRemoteGotoActionTo(java.lang.String expectedFile)
Validating that the current document has an action, pointing to the
the expected file.
|
GotoRemoteActionValidator |
GotoRemoteActionValidator.toDestination(java.lang.String expectedDestination)
Validating that the current document has an action, pointing to the
the expected destination.
|
GotoRemoteActionValidator |
GotoRemoteActionValidator.toPage(int expectedPage)
Validating that the current document has an action, pointing the
the expected page.
|
Copyright (C) PDFUnit.com. See here for license.