Class AbstractPageRangeStamper

    • Field Detail

      • m_Pages

        protected Range m_Pages
        the page range to work on.
    • Constructor Detail

      • AbstractPageRangeStamper

        public AbstractPageRangeStamper()
    • Method Detail

      • setPages

        public void setPages​(Range value)
        Sets the page range.
        Parameters:
        value - the page range
      • getPages

        public Range getPages()
        Returns the page range.
        Returns:
        the page range
      • pagesTipText

        public String pagesTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • doStamp

        protected abstract void doStamp​(com.itextpdf.text.pdf.PdfStamper stamper,
                                        int page)
        Performs the actual stamping.
        Parameters:
        stamper - the stamper to use
        page - the page to apply the stamp to
      • doStamp

        protected void doStamp​(com.itextpdf.text.pdf.PdfStamper stamper)
        Performs the actual stamping.
        Specified by:
        doStamp in class AbstractStamper
        Parameters:
        stamper - the stamper to use