List of usage examples for org.apache.pdfbox.pdmodel.interactive.annotation PDAnnotationUnknown PDAnnotationUnknown
public PDAnnotationUnknown(COSDictionary dic)
From source file:net.padaf.preflight.annotation.InkAnnotationValdiator.java
License:Apache License
public InkAnnotationValdiator(DocumentHandler handler, COSDictionary annotDictionary) { super(handler, annotDictionary); this.pdUnk = new PDAnnotationUnknown(annotDictionary); this.pdAnnot = this.pdUnk; }
From source file:net.padaf.preflight.annotation.PrintMarkAnnotationValidator.java
License:Apache License
public PrintMarkAnnotationValidator(DocumentHandler handler, COSDictionary annotDictionary) { super(handler, annotDictionary); this.pdUnk = new PDAnnotationUnknown(annotDictionary); this.pdAnnot = this.pdUnk; }
From source file:net.padaf.preflight.annotation.TrapNetAnnotationValidator.java
License:Apache License
public TrapNetAnnotationValidator(DocumentHandler handler, COSDictionary annotDictionary) { super(handler, annotDictionary); this.pdUnk = new PDAnnotationUnknown(annotDictionary); this.pdAnnot = this.pdUnk; }