|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.pdf.PdfPageEventHelper
org.pz.platypus.plugin.pdf.PdfOutfile.OnPageEnd
class PdfOutfile.OnPageEnd
Constructor Summary | |
---|---|
PdfOutfile.OnPageEnd()
|
Method Summary | |
---|---|
void |
footerProcessing()
Print a footer if the number of pages to skip before a footer has been exceeded. |
private java.lang.String |
getFooterText()
Create the text string we'll use. |
void |
onEndPage(com.lowagie.text.pdf.PdfWriter writer,
com.lowagie.text.Document document)
Lists the sequence of actions to perform . |
void |
postFooterProcessing()
Processing to do after the footer is printed out |
void |
updateAllMargins()
|
void |
updatePageSize()
Checks to see whether the page size has changed from the current page size. |
Methods inherited from class com.lowagie.text.pdf.PdfPageEventHelper |
---|
onChapter, onChapterEnd, onCloseDocument, onGenericTag, onOpenDocument, onParagraph, onParagraphEnd, onSection, onSectionEnd, onStartPage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PdfOutfile.OnPageEnd()
Method Detail |
---|
public void onEndPage(com.lowagie.text.pdf.PdfWriter writer, com.lowagie.text.Document document)
onEndPage
in interface com.lowagie.text.pdf.PdfPageEvent
onEndPage
in class com.lowagie.text.pdf.PdfPageEventHelper
writer
- used for writing the footerdocument
- the document in which the footer will be writtenpublic void updateAllMargins()
public void updatePageSize()
public void footerProcessing()
private java.lang.String getFooterText()
public void postFooterProcessing()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |