Package com.lowagie.text
Interface ElementListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
DocListener
- All Known Implementing Classes:
Document
,DocWriter
,FdfWriter.Wrt
,HTMLWorker
,HtmlWriter
,PdfCopy
,PdfCopyFieldsImp
,PdfCopyFormsImp
,PdfDocument
,PdfSmartCopy
,PdfStamperImp
,PdfWriter
,UnembedFontPdfSmartCopy
A class that implements
ElementListener
will perform some actions when an Element
is
added.- See Also:
-
Method Summary
-
Method Details
-
add
Signals that anElement
was added to theDocument
.- Parameters:
element
- a high level object- Returns:
true
if the element was added,false
if not.- Throws:
DocumentException
- when a document isn't open yet, or has been closed
-