Generated by
JDiff

Class com.itextpdf.kernel.pdf.annot.PdfLinkAnnotation

Documentation changed from old to new.

Changed Constructors
PdfLinkAnnotation( Rectangle) Documentation changed from old to new.
Creates a new PdfLinkAnnotation instance based on Rectangle instance, that define the location of the annotation on the page in default user space units.
PdfLinkAnnotation( PdfDictionary) Documentation changed from old to new.
Creates a new PdfLinkAnnotation instance based on PdfDictionary instance, that represents existing annotation object in the document.
 

Changed Methods
PdfDictionary  getAction() Documentation changed from old to new.
An PdfAction to perform, such as launching an application, playing a sound, changing an annotation#s appearance state etc, when the annotation is activated.
PdfObject  getDestinationObject() Documentation changed from old to new.
Gets the annotation destination as PdfObject instance.
PdfName  getHighlightMode() Documentation changed from old to new.
Gets the annotation highlight mode.
PdfDictionary  getUriActionObject() Documentation changed from old to new.
Gets the annotation URI action as PdfDictionary.
PdfLinkAnnotation  removeAction() Documentation changed from old to new.
Removes a PdfAction from this annotation.
PdfLinkAnnotation  removeDestination() Documentation changed from old to new.
Removes the annotation destination.
PdfLinkAnnotation  setHighlightMode( PdfName) Documentation changed from old to new.
Sets the annotation highlight mode.
PdfLinkAnnotation  setAction( PdfDictionary) Documentation changed from old to new.
Sets a PdfDictionary representing action to this annotation which will be performed when the annotation is activated.
PdfLinkAnnotation  setAction( PdfAction) Documentation changed from old to new.
Sets a PdfAction to this annotation which will be performed when the annotation is activated.
PdfLinkAnnotation  setDestination( PdfObject) Documentation changed from old to new.
Sets the annotation destination as PdfObject instance.
PdfLinkAnnotation  setDestination( PdfDestination) Documentation changed from old to new.
Sets the annotation destination as PdfDestination instance.
PdfLinkAnnotation  setUriAction( PdfDictionary) Documentation changed from old to new.
Sets the annotation URI action as PdfDictionary instance.
PdfLinkAnnotation  setUriAction( PdfAction) Documentation changed from old to new.
Sets the annotation URI action as PdfAction instance.