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