Uses of Interface
com.aowagie.text.DocListener
-
Packages that use DocListener Package Description com.aowagie.text com.aowagie.text.pdf com.aowagie.text.xml -
-
Uses of DocListener in com.aowagie.text
Classes in com.aowagie.text that implement DocListener Modifier and Type Class Description classDocumentA generic Document class.classDocWriterAn abstractWriterclass for documents.Methods in com.aowagie.text with parameters of type DocListener Modifier and Type Method Description voidDocument. 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 DocListener Modifier and Type Class Description (package private) static classFdfWriter.Wrt(package private) classPdfCopyMake copies of PDF documents.(package private) classPdfCopyFieldsImp(package private) classPdfDocumentPdfDocumentis the class that is used byPdfWriterto translate aDocumentinto a PDF with different pages.classPdfStamperImpclassPdfWriterADocWriterclass for PDF. -
Uses of DocListener in com.aowagie.text.xml
Fields in com.aowagie.text.xml declared as DocListener Modifier and Type Field Description private DocListenerSAXiTextHandler. documentThis is the resulting document.Constructors in com.aowagie.text.xml with parameters of type DocListener Constructor Description SAXiTextHandler(DocListener document)SAXiTextHandler(DocListener document, HtmlTagMap myTags)SAXiTextHandler(DocListener document, java.util.HashMap myTags)SAXmyHandler(DocListener document, java.util.HashMap myTags)Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument-object.
-