Class StampContent

    • Method Detail

      • 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