org.ujac.print
Class DocumentPageEventHandler

java.lang.Object
  extended by com.lowagie.text.pdf.PdfPageEventHelper
      extended by org.ujac.print.DocumentPageEventHandler
All Implemented Interfaces:
com.lowagie.text.pdf.PdfPageEvent
Direct Known Subclasses:
OutlineTag.OutlinePageEventHandler

public class DocumentPageEventHandler
extends com.lowagie.text.pdf.PdfPageEventHelper

Name: DocumentPageEventHandler
Description: A base class for page event handlers.

Author:
lauerc

Constructor Summary
DocumentPageEventHandler()
           
 
Method Summary
 boolean isTemporary()
          Tells whether this event handler is temporary, and should be removed after the first usage or not.
 
Methods inherited from class com.lowagie.text.pdf.PdfPageEventHelper
onChapter, onChapterEnd, onCloseDocument, onEndPage, 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

DocumentPageEventHandler

public DocumentPageEventHandler()
Method Detail

isTemporary

public boolean isTemporary()
Tells whether this event handler is temporary, and should be removed after the first usage or not.

Returns:
true, if this handler should be executed only once, else false.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.