| Package | Description | 
|---|---|
| com.pdfunit.validators | 
 Classes implementing validations on specific topics of PDF. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GotoLocalActionValidator | 
GotoLocalActionValidator.hasGotoAction()
Validating that the current document has a goto action. 
 | 
GotoLocalActionValidator | 
DocumentValidator.hasLocalGotoAction()
This method does what the name suggests. 
 | 
GotoLocalActionValidator | 
GotoLocalActionValidator.toDestination(java.lang.String expectedDestination)
Validating that the current document has an action pointing
 to the expected destination. 
 | 
GotoLocalActionValidator | 
GotoLocalActionValidator.toDestination(java.lang.String expectedDestination,
             int expectedPageNumber)
Validating that the current document has an action with the expected destination name on
 the expected page. 
 | 
Copyright (C) PDFUnit.com. See here for license.