Interface ElementListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
DocListener
- All Known Implementing Classes:
Document, DocWriter, FdfWriter.Wrt, HTMLWorker, PdfACopy, PdfASmartCopy, PdfAStamperImp, PdfAWriter, PdfCopy, PdfCopyFieldsImp, PdfCopyFormsImp, PdfDocument, PdfSmartCopy, PdfStamperImp, PdfWriter
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
-