EventListenerDocListenerDocument, DocWriter, HTMLWorker, PdfCopy, PdfDocument, PdfSmartCopy, PdfWriterpublic interface ElementListener extends EventListener
ElementListener will perform some
actions when an Element is added.DocListener| Modifier and Type | Method | Description |
|---|---|---|
boolean |
add(Element element) |
Signals that an
Element was added to the Document. |
boolean add(Element element) throws DocumentException
Element was added to the Document.element - a high level objecttrue if the element was added, false if not.DocumentException - when a document isn't open yet, or has been closedCopyright © 2018. All rights reserved.