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