public class LinkAnnotationValidator extends AnnotationValidator
Modifier and Type | Field and Description |
---|---|
protected PDAnnotationLink |
pdLink
PDFBox object which wraps the annotation dictionary
|
annotDictionary, ctx, pdAnnot
Constructor and Description |
---|
LinkAnnotationValidator(PreflightContext ctx,
COSDictionary annotDictionary) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
checkDest()
Check if the Dest element is authorized according to the A entry
|
boolean |
validate()
In addition of the AnnotationValidator.validate() method, this method executes the checkDest method.
|
checkActions, checkAP, checkCA, checkColors, checkFlags, checkMandatoryFields, checkPopup, checkSpecificMandatoryFields, searchRGBProfile, setFactory
protected PDAnnotationLink pdLink
public LinkAnnotationValidator(PreflightContext ctx, COSDictionary annotDictionary)
public boolean validate() throws ValidationException
validate
in class AnnotationValidator
ValidationException
AnnotationValidator.validate()
protected boolean checkDest()
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.