Generated by
JDiff

Class com.itextpdf.kernel.pdf.annot.PdfAnnotation

Changed Methods
void  addAssociatedFile( PdfFileSpec) Documentation changed from old to new.

Adds file associated with PDF annotation and identifies the relationship between them.

PdfArray  getBorder() Documentation changed from old to new.
An array specifying the characteristics of the annotation#s border.
PdfArray  getColorObject() Documentation changed from old to new.
An array of numbers in the range 0.0 to 1.0, representing a colour used for the following purposes:
  • The background of the annotation#s icon when closed
  • The title bar of the annotation#s pop-up window
  • The border of a link annotation
The number of array elements determines the colour space in which the colour shall be defined:
  • 0 - No colour; transparent
  • 1 - DeviceGray
  • 3 - DeviceRGB
  • 4 - DeviceCMYK
PdfAnnotation  setFlag( int) Documentation changed from old to new.
Sets a flag that specifies a characteristic of the annotation to enabled state (see ISO-320001 12.5.3, "Annotation Flags").