Class PdfPolylineAnnotation


class PdfPolylineAnnotation extends PdfPolyGeomAnnotation
  • Constructor Details

    • PdfPolylineAnnotation

      PdfPolylineAnnotation(Rectangle rect, float[] vertices)
    • PdfPolylineAnnotation

      PdfPolylineAnnotation(PdfDictionary pdfObject)
  • Method Details

    • getSubtype

      public PdfName getSubtype()
      Description copied from class: PdfAnnotation
      Gets a PdfName which value is a subtype of this annotation. See ISO-320001 12.5.6, "Annotation Types" for the reference to the possible types.
      Specified by:
      getSubtype in class PdfAnnotation
      Returns:
      subtype of this annotation.