Uses of Interface
com.aowagie.text.DocListener
Packages that use DocListener
-
Uses of DocListener in com.aowagie.text
Classes in com.aowagie.text that implement DocListenerModifier and TypeClassDescriptionclass
A generic Document class.class
An abstractWriter
class for documents.Methods in com.aowagie.text with parameters of type DocListenerModifier and TypeMethodDescriptionvoid
Document.addDocListener
(DocListener listener) Adds aDocListener
to theDocument
.void
Document.removeDocListener
(DocListener listener) Removes aDocListener
from theDocument
. -
Uses of DocListener in com.aowagie.text.pdf
Classes in com.aowagie.text.pdf that implement DocListenerModifier and TypeClassDescription(package private) static class
(package private) class
Make copies of PDF documents.(package private) class
(package private) class
PdfDocument
is the class that is used byPdfWriter
to translate aDocument
into a PDF with different pages.class
class
ADocWriter
class for PDF. -
Uses of DocListener in com.aowagie.text.xml
Fields in com.aowagie.text.xml declared as DocListenerModifier and TypeFieldDescriptionprivate final DocListener
SAXiTextHandler.document
This is the resulting document.Constructors in com.aowagie.text.xml with parameters of type DocListenerModifierConstructorDescription(package private)
SAXiTextHandler
(DocListener document) private
SAXiTextHandler
(DocListener document, HtmlTagMap myTags) (package private)
SAXiTextHandler
(DocListener document, HashMap myTags) SAXmyHandler
(DocListener document, HashMap myTags) Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument
-object.