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