Uses of Class
com.itextpdf.text.Annotation

Packages that use Annotation
com.itextpdf.text   
com.itextpdf.text.pdf.internal   
 

Uses of Annotation in com.itextpdf.text
 

Fields in com.itextpdf.text declared as Annotation
protected  Annotation Image.annotation
          if the annotation is not null the image will be clickable.
 

Methods in com.itextpdf.text that return Annotation
 Annotation Image.getAnnotation()
          Gets the annotation.
 

Methods in com.itextpdf.text with parameters of type Annotation
 void Image.setAnnotation(Annotation annotation)
          Sets the annotation of this Image.
 

Constructors in com.itextpdf.text with parameters of type Annotation
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
static PdfAnnotation PdfAnnotationsImp.convertAnnotation(PdfWriter writer, Annotation annot, Rectangle defaultRect)
           
 



Copyright © 2013. All Rights Reserved.