Uses of Class
org.loboevolution.pdfview.annotation.PDFAnnotation
Packages that use PDFAnnotation
-
Uses of PDFAnnotation in org.loboevolution.pdfview
Methods in org.loboevolution.pdfview that return types with arguments of type PDFAnnotationModifier and TypeMethodDescriptionPDFPage.getAnnots
(PDFAnnotation.ANNOTATION_TYPE type) Get a list of all annotations of the given type for this PDF page -
Uses of PDFAnnotation in org.loboevolution.pdfview.annotation
Subclasses of PDFAnnotation in org.loboevolution.pdfview.annotationModifier and TypeClassDescriptionclass
************************************************************************** PDF 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)class
************************************************************************** PDF 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.class
************************************************************************** PDF annotation describing a stampclass
PDF annotation describing a widget.Methods in org.loboevolution.pdfview.annotation that return PDFAnnotationModifier and TypeMethodDescriptionstatic PDFAnnotation
PDFAnnotation.createAnnotation
(PDFObject parent) ********************************************************************** Create a new PDF annotation object.