@DoNotObfuscate
public final class GotoLocalActionValidator
extends com.pdfunit.validators.AbstractValidator
| Constructor and Description | 
|---|
GotoLocalActionValidator(DocumentValidator documentValidator)  | 
| Modifier and Type | Method and Description | 
|---|---|
GotoLocalActionValidator | 
hasGotoAction()
Validating that the current document has a goto action. 
 | 
GotoLocalActionValidator | 
toDestination(java.lang.String expectedDestination)
Validating that the current document has an action pointing
 to the expected destination. 
 | 
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. 
 | 
public GotoLocalActionValidator(DocumentValidator documentValidator)
public GotoLocalActionValidator hasGotoAction()
@Guarded public GotoLocalActionValidator toDestination(java.lang.String expectedDestination)
@Guarded public GotoLocalActionValidator toDestination(java.lang.String expectedDestination, int expectedPageNumber)
Copyright (C) PDFUnit.com. See here for license.