Uses of Interface
com.itextpdf.text.DocListener
Packages that use DocListener
-
Uses of DocListener in com.itextpdf.text
Classes in com.itextpdf.text that implement DocListenerModifier and TypeClassDescriptionclassA generic Document class.classAn abstractWriterclass for documents.Fields in com.itextpdf.text with type parameters of type DocListenerModifier and TypeFieldDescriptionprotected ArrayList<DocListener> Document.listenersThe DocListener.Methods in com.itextpdf.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.itextpdf.text.html.simpleparser
Classes in com.itextpdf.text.html.simpleparser that implement DocListenerModifier and TypeClassDescriptionclassDeprecated.since 5.5.2; please switch to XML Worker instead (this is a separate project)Fields in com.itextpdf.text.html.simpleparser declared as DocListenerModifier and TypeFieldDescriptionprotected DocListenerHTMLWorker.documentDeprecated.DocListener that will listen to the Elements produced by parsing the HTML.Methods in com.itextpdf.text.html.simpleparser with parameters of type DocListenerModifier and TypeMethodDescriptionElementFactory.createImage(String src, Map<String, String> attrs, ChainedProperties chain, DocListener document, ImageProvider img_provider, HashMap<String, Image> img_store, String img_baseurl) Deprecated.ImageProvider.getImage(String src, Map<String, String> attrs, ChainedProperties chain, DocListener doc) Deprecated.booleanImageProcessor.process(Image img, Map<String, 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 DocListenerModifierConstructorDescriptionHTMLWorker(DocListener document) Deprecated.Creates a new instance of HTMLWorkerHTMLWorker(DocListener document, Map<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 DocListenerModifier and TypeClassDescription(package private) static classclassExtension of PdfCopy that will attempt to keep a file in conformance with the PDF/A standard.classPdfASmartCopy 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.classExtension to PdfStamperImp that will attempt to keep a file in conformance with the PDF/A standard.classExtension of PdfWriter that will attempt to create a PDF/A file instead of an ordinary PDF file.classMake copies of PDF documents.(package private) classDeprecated.(package private) classDeprecated.since 5.5.2classPdfDocumentis the class that is used byPdfWriterto translate aDocumentinto a PDF with different pages.classPdfSmartCopy 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) classclassADocWriterclass for PDF.Methods in com.itextpdf.text.pdf with parameters of type DocListenerModifier and TypeMethodDescriptionstatic PdfAWriterPdfAWriter.getInstance(Document document, OutputStream os, DocListener listener, PdfAConformanceLevel conformanceLevel) Use this method to get an instance of thePdfWriter.static PdfWriterPdfWriter.getInstance(Document document, OutputStream os, DocListener listener) Use this method to get an instance of thePdfWriter.