Uses of Class
com.itextpdf.text.Annotation
-
Packages that use Annotation Package Description com.itextpdf.text com.itextpdf.text.pdf.internal -
-
Uses of Annotation in com.itextpdf.text
Fields in com.itextpdf.text declared as Annotation Modifier and Type Field Description protected Annotation
Image. annotation
if the annotation is not null the image will be clickable.Methods in com.itextpdf.text that return Annotation Modifier and Type Method Description Annotation
Image. getAnnotation()
Gets the annotation.Methods in com.itextpdf.text with parameters of type Annotation Modifier and Type Method Description void
Image. setAnnotation(Annotation annotation)
Sets the annotation of this Image.Constructors in com.itextpdf.text with parameters of type Annotation Constructor Description Annotation(Annotation an)
Copy constructor. -
Uses of Annotation in com.itextpdf.text.pdf.internal
Methods in com.itextpdf.text.pdf.internal with parameters of type Annotation Modifier and Type Method Description static PdfAnnotation
PdfAnnotationsImp. convertAnnotation(PdfWriter writer, Annotation annot, Rectangle defaultRect)
-