Class PdfAnnotationsImp

java.lang.Object
com.lowagie.text.pdf.internal.PdfAnnotationsImp

@Deprecated public class PdfAnnotationsImp extends Object
Deprecated.
  • Field Details

    • acroForm

      protected PdfAcroForm acroForm
      Deprecated.
      This is the AcroForm object for the complete document.
    • annotations

      protected List<PdfAnnotation> annotations
      Deprecated.
      This is the array containing the references to annotations that were added to the document.
    • delayedAnnotations

      protected List<PdfAnnotation> delayedAnnotations
      Deprecated.
      This is an array containing references to some delayed annotations (that were added for a page that doesn't exist yet).
  • Constructor Details

    • PdfAnnotationsImp

      public PdfAnnotationsImp(PdfWriter writer)
      Deprecated.
  • Method Details

    • convertAnnotation

      public static PdfAnnotation convertAnnotation(PdfWriter writer, Annotation annot, Rectangle defaultRect) throws IOException
      Deprecated.
      Throws:
      IOException
    • hasValidAcroForm

      public boolean hasValidAcroForm()
      Deprecated.
      Checks if the AcroForm is valid.
      Returns:
      boolean, true if valid else false
    • getAcroForm

      public PdfAcroForm getAcroForm()
      Deprecated.
      Gets the AcroForm object.
      Returns:
      the PdfAcroform object of the PdfDocument
    • setSigFlags

      public void setSigFlags(int f)
      Deprecated.
    • addCalculationOrder

      public void addCalculationOrder(PdfFormField formField)
      Deprecated.
    • addAnnotation

      public void addAnnotation(PdfAnnotation annot)
      Deprecated.
    • addPlainAnnotation

      public void addPlainAnnotation(PdfAnnotation annot)
      Deprecated.
    • hasUnusedAnnotations

      public boolean hasUnusedAnnotations()
      Deprecated.
    • resetAnnotations

      public void resetAnnotations()
      Deprecated.
    • rotateAnnotations

      public PdfArray rotateAnnotations(PdfWriter writer, Rectangle pageSize)
      Deprecated.