Uses of Class
adams.flow.transformer.pdfstamp.AbstractStamper
-
Packages that use AbstractStamper Package Description adams.flow.transformer adams.flow.transformer.pdfstamp -
-
Uses of AbstractStamper in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractStamper Modifier and Type Field Description protected AbstractStamper
PDFStamp. m_Stamper
the stamper to use.Methods in adams.flow.transformer that return AbstractStamper Modifier and Type Method Description AbstractStamper
PDFStamp. getStamper()
Returns the stamper in use.Methods in adams.flow.transformer with parameters of type AbstractStamper Modifier and Type Method Description void
PDFStamp. setStamper(AbstractStamper value)
Sets the stamper to use. -
Uses of AbstractStamper in adams.flow.transformer.pdfstamp
Subclasses of AbstractStamper in adams.flow.transformer.pdfstamp Modifier and Type Class Description class
AbstractPageRangeStamper
Ancestor for stampers that work on a range of pages.class
Image
Places the image at the specified location.class
PassThrough
Dummy, performs no stamping at all.class
Text
Simple text stamper.
You can use placeholders for the page index:
- 0-based: #
- 1-based: @
Variables in the template get expanded as well.
-