List of usage examples for org.apache.pdfbox.pdmodel.interactive.annotation PDAnnotationLink PDAnnotationLink
public PDAnnotationLink(COSDictionary field)
From source file:net.padaf.preflight.annotation.LinkAnnotationValidator.java
License:Apache License
public LinkAnnotationValidator(DocumentHandler handler, COSDictionary annotDictionary) { super(handler, annotDictionary); this.pdLink = new PDAnnotationLink(annotDictionary); this.pdAnnot = this.pdLink; }