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 class
Document
A generic Document class.class
DocWriter
An abstractWriter
class for documents.Methods in com.aowagie.text with parameters of type DocListener Modifier and Type Method Description void
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 DocListener Modifier and Type Class Description (package private) static class
FdfWriter.Wrt
(package private) class
PdfCopy
Make copies of PDF documents.(package private) class
PdfCopyFieldsImp
(package private) class
PdfDocument
PdfDocument
is the class that is used byPdfWriter
to translate aDocument
into a PDF with different pages.class
PdfStamperImp
class
PdfWriter
ADocWriter
class 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 DocListener
SAXiTextHandler. document
This 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.
-