public class LinkAnnotationValidator extends AnnotationValidator
Modifier and Type | Field and Description |
---|---|
protected org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLink |
pdLink
PDFBox object which wraps the annotation dictionary
|
annotDictionary, ctx, pdAnnot
Constructor and Description |
---|
LinkAnnotationValidator(PreflightContext ctx,
org.apache.pdfbox.cos.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 org.apache.pdfbox.pdmodel.interactive.annotation.PDAnnotationLink pdLink
public LinkAnnotationValidator(PreflightContext ctx, org.apache.pdfbox.cos.COSDictionary annotDictionary)
public boolean validate() throws ValidationException
validate
in class AnnotationValidator
ValidationException
AnnotationValidator.validate()
protected boolean checkDest()
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.