Package com.lowagie.text
Interface ElementListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
DocListener
- All Known Implementing Classes:
Document,DocWriter,HTMLWorker,HtmlWriter,PdfCopy,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 anElementwas added to theDocument.- Parameters:
element- a high level object- Returns:
trueif the element was added,falseif not.- Throws:
DocumentException- when a document isn't open yet, or has been closed
-