Uses of Interface
com.itextpdf.text.DocListener
-
Packages that use DocListener Package Description com.itextpdf.text com.itextpdf.text.html.simpleparser com.itextpdf.text.pdf -
-
Uses of DocListener in com.itextpdf.text
Classes in com.itextpdf.text that implement DocListener Modifier and Type Class Description class
Document
A generic Document class.class
DocWriter
An abstractWriter
class for documents.Fields in com.itextpdf.text with type parameters of type DocListener Modifier and Type Field Description protected java.util.ArrayList<DocListener>
Document. listeners
The DocListener.Methods in com.itextpdf.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.itextpdf.text.html.simpleparser
Classes in com.itextpdf.text.html.simpleparser that implement DocListener Modifier and Type Class Description class
HTMLWorker
Deprecated.since 5.5.2; please switch to XML Worker instead (this is a separate project)Fields in com.itextpdf.text.html.simpleparser declared as DocListener Modifier and Type Field Description protected DocListener
HTMLWorker. document
Deprecated.DocListener that will listen to the Elements produced by parsing the HTML.Methods in com.itextpdf.text.html.simpleparser with parameters of type DocListener Modifier and Type Method Description Image
ElementFactory. createImage(java.lang.String src, java.util.Map<java.lang.String,java.lang.String> attrs, ChainedProperties chain, DocListener document, ImageProvider img_provider, java.util.HashMap<java.lang.String,Image> img_store, java.lang.String img_baseurl)
Deprecated.Image
ImageProvider. getImage(java.lang.String src, java.util.Map<java.lang.String,java.lang.String> attrs, ChainedProperties chain, DocListener doc)
Deprecated.boolean
ImageProcessor. process(Image img, java.util.Map<java.lang.String,java.lang.String> attrs, ChainedProperties chain, DocListener doc)
Deprecated.Allows you to (pre)process the image before (or instead of) adding it to the DocListener with HTMLWorker.Constructors in com.itextpdf.text.html.simpleparser with parameters of type DocListener Constructor Description HTMLWorker(DocListener document)
Deprecated.Creates a new instance of HTMLWorkerHTMLWorker(DocListener document, java.util.Map<java.lang.String,HTMLTagProcessor> tags, StyleSheet style)
Deprecated.Creates a new instance of HTMLWorker -
Uses of DocListener in com.itextpdf.text.pdf
Classes in com.itextpdf.text.pdf that implement DocListener Modifier and Type Class Description (package private) static class
FdfWriter.Wrt
class
PdfACopy
Extension of PdfCopy that will attempt to keep a file in conformance with the PDF/A standard.class
PdfASmartCopy
PdfASmartCopy has the same functionality as PdfACopy, but when resources (such as fonts, images,...) are encountered, a reference to these resources is saved in a cache, so that they can be reused.class
PdfAStamperImp
Extension to PdfStamperImp that will attempt to keep a file in conformance with the PDF/A standard.class
PdfAWriter
Extension of PdfWriter that will attempt to create a PDF/A file instead of an ordinary PDF file.class
PdfCopy
Make copies of PDF documents.(package private) class
PdfCopyFieldsImp
Deprecated.(package private) class
PdfCopyFormsImp
Deprecated.since 5.5.2class
PdfDocument
PdfDocument
is the class that is used byPdfWriter
to translate aDocument
into a PDF with different pages.class
PdfSmartCopy
PdfSmartCopy has the same functionality as PdfCopy, but when resources (such as fonts, images,...) are encountered, a reference to these resources is saved in a cache, so that they can be reused.(package private) class
PdfStamperImp
class
PdfWriter
ADocWriter
class for PDF.Methods in com.itextpdf.text.pdf with parameters of type DocListener Modifier and Type Method Description static PdfAWriter
PdfAWriter. getInstance(Document document, java.io.OutputStream os, DocListener listener, PdfAConformanceLevel conformanceLevel)
Use this method to get an instance of thePdfWriter
.static PdfWriter
PdfWriter. getInstance(Document document, java.io.OutputStream os, DocListener listener)
Use this method to get an instance of thePdfWriter
.
-