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 TypeClassDescriptionclassA generic Document class.classAn abstractWriterclass for documents.Methods in com.aowagie.text with parameters of type DocListenerModifier and TypeMethodDescriptionvoidDocument.addDocListener(DocListener listener) Adds aDocListenerto theDocument.voidDocument.removeDocListener(DocListener listener) Removes aDocListenerfrom 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) classMake copies of PDF documents.(package private) class(package private) classPdfDocumentis the class that is used byPdfWriterto translate aDocumentinto a PDF with different pages.classclassADocWriterclass for PDF. -
Uses of DocListener in com.aowagie.text.xml
Fields in com.aowagie.text.xml declared as DocListenerModifier and TypeFieldDescriptionprivate final DocListenerSAXiTextHandler.documentThis is the resulting document.Constructors in com.aowagie.text.xml with parameters of type DocListenerModifierConstructorDescription(package private)SAXiTextHandler(DocListener document) privateSAXiTextHandler(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.