Uses of Class
com.lowagie.text.Annotation

Packages that use Annotation
com.lowagie.text   
com.lowagie.text.factories   
com.lowagie.text.pdf.internal   
com.lowagie.text.rtf.text   
 

Uses of Annotation in com.lowagie.text
 

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

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

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

Constructors in com.lowagie.text with parameters of type Annotation
Annotation(Annotation an)
          Copy constructor.
 

Uses of Annotation in com.lowagie.text.factories
 

Methods in com.lowagie.text.factories that return Annotation
static Annotation ElementFactory.getAnnotation(Properties attributes)
          Creates an Annotation object based on a list of properties.
 

Uses of Annotation in com.lowagie.text.pdf.internal
 

Methods in com.lowagie.text.pdf.internal with parameters of type Annotation
static PdfAnnotation PdfAnnotationsImp.convertAnnotation(PdfWriter writer, Annotation annot, Rectangle defaultRect)
           
 

Uses of Annotation in com.lowagie.text.rtf.text
 

Constructors in com.lowagie.text.rtf.text with parameters of type Annotation
RtfAnnotation(RtfDocument doc, Annotation annotation)
          Constructs a RtfAnnotation based on an Annotation.
 



Copyright © 2012. All Rights Reserved.