Class StampContent

java.lang.Object
com.aowagie.text.pdf.PdfContentByte
com.aowagie.text.pdf.StampContent

class StampContent extends PdfContentByte
  • Field Details

  • Constructor Details

  • Method Details

    • setAction

      public void setAction(PdfAction action, float llx, float lly, float urx, float ury)
      Description copied from class: PdfContentByte
      Implements an action in an area.
      Overrides:
      setAction in class PdfContentByte
      Parameters:
      action - the PdfAction
      llx - the lower left x corner of the activation area
      lly - the lower left y corner of the activation area
      urx - the upper right x corner of the activation area
      ury - the upper right y corner of the activation area
    • getDuplicate

      public PdfContentByte getDuplicate()
      Gets a duplicate of this PdfContentByte. All the members are copied by reference but the buffer stays different.
      Overrides:
      getDuplicate in class PdfContentByte
      Returns:
      a copy of this PdfContentByte
    • getPageResources

      PageResources getPageResources()
      Overrides:
      getPageResources in class PdfContentByte
    • addAnnotation

      void addAnnotation(PdfAnnotation annot)
      Overrides:
      addAnnotation in class PdfContentByte