Uses of Class
org.openpdf.renderer.annotation.PDFAnnotation
Packages that use PDFAnnotation
-
Uses of PDFAnnotation in org.openpdf.renderer
Fields in org.openpdf.renderer with type parameters of type PDFAnnotationModifier and TypeFieldDescriptionprivate List<PDFAnnotation>PDFPage.annotsList of annotations for this pageMethods in org.openpdf.renderer that return types with arguments of type PDFAnnotationModifier and TypeMethodDescriptionPDFPage.getAnnots()Get a list of all annotations for this PDF pagePDFPage.getAnnots(AnnotationType type) Get a list of all annotations of the given type for this PDF pageMethod parameters in org.openpdf.renderer with type arguments of type PDFAnnotationModifier and TypeMethodDescriptionvoidPDFPage.setAnnots(List<PDFAnnotation> annots) Set annotations for this PDF page -
Uses of PDFAnnotation in org.openpdf.renderer.annotation
Subclasses of PDFAnnotation in org.openpdf.renderer.annotationModifier and TypeClassDescriptionclassPDF annotation for a circleclassPDF annotation describing a free text Currently only supports the XObjects which can be found in the path AP->N of the annotation object (same implementation as the stamp annotation)classPDF annotation describing a link to either a location within the current document, a location in another PDF file, an application/file to be opened or a web site.classPDF annotation describing a all kind of "markup" annotations which are visible in the PDF.classPDF annotation for a squareclassPDF annotation describing a stampclassPDF annotation describing a text markup: Highlight, Underline, Squiggle, StrikeOutclassPDF annotation describing a widget.Fields in org.openpdf.renderer.annotation declared as PDFAnnotationMethods in org.openpdf.renderer.annotation that return PDFAnnotationModifier and TypeMethodDescriptionstatic PDFAnnotationPDFAnnotation.createAnnotation(PDFObject parent) Create a new PDF annotation object.MarkupAnnotation.getPopupAnnotation()