Uses of Class
org.openpdf.text.Annotation
Packages that use Annotation
-
Uses of Annotation in org.openpdf.text
Fields in org.openpdf.text declared as AnnotationModifier and TypeFieldDescriptionprotected AnnotationImage.annotationif the annotation is not null the image will be clickable.Methods in org.openpdf.text that return AnnotationMethods in org.openpdf.text with parameters of type AnnotationModifier and TypeMethodDescriptionvoidImage.setAnnotation(Annotation annotation) Sets the annotation of this Image.Constructors in org.openpdf.text with parameters of type Annotation -
Uses of Annotation in org.openpdf.text.factories
Methods in org.openpdf.text.factories that return AnnotationModifier and TypeMethodDescriptionstatic AnnotationElementFactory.getAnnotation(Properties attributes) Creates an Annotation object based on a list of properties. -
Uses of Annotation in org.openpdf.text.pdf.internal
Methods in org.openpdf.text.pdf.internal with parameters of type AnnotationModifier and TypeMethodDescriptionstatic PdfAnnotationPdfAnnotationsImp.convertAnnotation(PdfWriter writer, Annotation annot, Rectangle defaultRect)