Save This Page
Home » iText-src-2.1.3 » com.lowagie » text » [javadoc | source]
com.lowagie.text
public interface: ElementListener [javadoc | source]

All Implemented Interfaces:
    EventListener

All Known Implementing Classes:
    HtmlWriter, PdfCopy, PdfCopyFieldsImp, Wrt, XmlWriter, PdfWriter, Document, HTMLWorker, PdfStamperImp, RtfWriter2, DocListener, RtfWriter, PdfDocument, DocWriter, PdfSmartCopy

A class that implements ElementListener will perform some actions when an Element is added.
Method from com.lowagie.text.ElementListener Summary:
add
Method from com.lowagie.text.ElementListener Detail:
 public boolean add(Element element) throws DocumentException
    Signals that an Element was added to the Document.