java.lang.Objectcom.lowagie.text.pdf.PdfPageEventHelper
All Implemented Interfaces:
PdfPageEvent
Direct Known Subclasses:
IndexEvents, FieldPositioningEvents
PdfPageEvent by implementing all the interface methods.
A class can extend PdfPageEventHelper and only implement the
needed methods.
Note: do not use Document.add() inside a page event.
Paulo - Soares (psoares@consiste.pt)| Method from com.lowagie.text.pdf.PdfPageEventHelper Summary: |
|---|
| onChapter, onChapterEnd, onCloseDocument, onEndPage, onGenericTag, onOpenDocument, onParagraph, onParagraphEnd, onSection, onSectionEnd, onStartPage |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from com.lowagie.text.pdf.PdfPageEventHelper Detail: |
|---|
|
|
Note that this method is called with the page number equal to the last page plus one. |
|
Chunk with a generic tag is written.
It is useful to pinpoint the |
|
|
|
|
|
Note that if even if a page is not written this method is still
called. It is preferable to use |