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 AbstractStamperPDFStamp. m_Stamperthe stamper to use.Methods in adams.flow.transformer that return AbstractStamper Modifier and Type Method Description AbstractStamperPDFStamp. getStamper()Returns the stamper in use.Methods in adams.flow.transformer with parameters of type AbstractStamper Modifier and Type Method Description voidPDFStamp. 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 classAbstractPageRangeStamperAncestor for stampers that work on a range of pages.classImagePlaces the image at the specified location.classPassThroughDummy, performs no stamping at all.classTextSimple text stamper.
You can use placeholders for the page index:
- 0-based: #
- 1-based: @
Variables in the template get expanded as well.
-