com.lowagie.text
Interface ElementListener
- EventListener
- DocListener
- Document, DocWriter, FdfWriter.Wrt, HtmlWriter, HTMLWorker, PdfCopy, PdfCopyFieldsImp, PdfDocument, PdfStamperImp, PdfWriter, RtfWriter, RtfWriter2, XmlWriter
public interface ElementListener
extends EventListener
A class that implements ElementListener
will perform some
actions when an Element
is added.
boolean | add(Element element) - Signals that an
Element was added to the Document .
|
add
public boolean add(Element element)
throws DocumentException
Signals that an Element
was added to the Document
.
element
- a high level object
true
if the element was added, false
if not.