Uses of Interface
com.lowagie.text.DocListener
Packages that use DocListener
Package
Description
-
Uses of DocListener in com.lowagie.text
Classes in com.lowagie.text that implement DocListenerModifier and TypeClassDescriptionclass
A generic Document class.class
An abstractWriter
class for documents.Fields in com.lowagie.text with type parameters of type DocListenerMethods in com.lowagie.text with parameters of type DocListenerModifier and TypeMethodDescriptionvoid
Document.addDocListener
(DocListener listener) Adds aDocListener
to theDocument
.void
Document.removeDocListener
(DocListener listener) Removes aDocListener
from theDocument
. -
Uses of DocListener in com.lowagie.text.html
Classes in com.lowagie.text.html that implement DocListenerMethods in com.lowagie.text.html with parameters of type DocListenerModifier and TypeMethodDescriptionvoid
HtmlParser.go
(DocListener document, InputStream is) Parses a given file.void
HtmlParser.go
(DocListener document, Reader is) Parses a given file.void
HtmlParser.go
(DocListener document, String file) Parses a given file.void
HtmlParser.go
(DocListener document, InputSource is) Parses a given file.static void
HtmlParser.parse
(DocListener document, InputStream is) Parses a given file that validates with the iText DTD and writes the content to a document.static void
HtmlParser.parse
(DocListener document, Reader is) Parses a given file that validates with the iText DTD and writes the content to a document.static void
HtmlParser.parse
(DocListener document, String file) Parses a given file that validates with the iText DTD and writes the content to a document.static void
HtmlParser.parse
(DocListener document, InputSource is) Parses a given file that validates with the iText DTD and writes the content to a document.Constructors in com.lowagie.text.html with parameters of type DocListenerModifierConstructorDescriptionSAXmyHtmlHandler
(DocListener document) Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument
-object.SAXmyHtmlHandler
(DocListener document, HtmlTagMap htmlTags) Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument
-object.SAXmyHtmlHandler
(DocListener document, HtmlTagMap htmlTags, BaseFont bf) SAXmyHtmlHandler
(DocListener document, BaseFont bf) Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument
-object. -
Uses of DocListener in com.lowagie.text.html.simpleparser
Classes in com.lowagie.text.html.simpleparser that implement DocListenerFields in com.lowagie.text.html.simpleparser declared as DocListenerMethods in com.lowagie.text.html.simpleparser with parameters of type DocListenerModifier and TypeMethodDescriptionImageProvider.getImage
(String src, HashMap h, ChainedProperties cprops, DocListener doc) boolean
Img.process
(Image img, HashMap h, ChainedProperties cprops, DocListener doc) Constructors in com.lowagie.text.html.simpleparser with parameters of type DocListenerModifierConstructorDescriptionHTMLWorker
(DocListener document) Creates a new instance of HTMLWorker -
Uses of DocListener in com.lowagie.text.pdf
Classes in com.lowagie.text.pdf that implement DocListenerModifier and TypeClassDescription(package private) static class
class
Make copies of PDF documents.(package private) class
(package private) class
Allows you to add one (or more) existing PDF document(s) and add the form(s) of (an)other PDF document(s).class
PdfDocument
is the class that is used byPdfWriter
to translate aDocument
into a PDF with different pages.class
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
class
ADocWriter
class for PDF.class
Makes a copy of a PDF, unembedding all embedded fonts.Methods in com.lowagie.text.pdf with parameters of type DocListenerModifier and TypeMethodDescriptionstatic PdfWriter
PdfWriter.getInstance
(Document document, OutputStream os, DocListener listener) Use this method to get an instance of thePdfWriter
. -
Uses of DocListener in com.lowagie.text.xml
Fields in com.lowagie.text.xml declared as DocListenerModifier and TypeFieldDescriptionprotected DocListener
SAXiTextHandler.document
This is the resulting document.Methods in com.lowagie.text.xml with parameters of type DocListenerModifier and TypeMethodDescriptionvoid
XmlParser.go
(DocListener document, String file) Parses a given file.void
XmlParser.go
(DocListener document, String file, String tagmap) Parses a given file.void
Parses a given file.void
XmlParser.go
(DocListener document, InputSource is) Parses a given file.void
XmlParser.go
(DocListener document, InputSource is, InputStream tagmap) Parses a given file.void
XmlParser.go
(DocListener document, InputSource is, String tagmap) Parses a given file.void
XmlParser.go
(DocListener document, InputSource is, Map<String, XmlPeer> tagmap) Parses a given file.static void
XmlParser.parse
(DocListener document, InputStream is) Parses a given file that validates with the iText DTD and writes the content to a document.static void
XmlParser.parse
(DocListener document, InputStream is, String tagmap) Parses a given file that validates with the iText DTD and writes the content to a document.static void
XmlParser.parse
(DocListener document, InputStream is, Map<String, XmlPeer> tagmap) Parses a given file and writes the content to a document, using a certain tagmap.static void
XmlParser.parse
(DocListener document, Reader is) Parses a given file that validates with the iText DTD and writes the content to a document.static void
XmlParser.parse
(DocListener document, Reader is, String tagmap) Parses a given file that validates with the iText DTD and writes the content to a document.static void
Parses a given file and writes the content to a document, using a certain tagmap.static void
XmlParser.parse
(DocListener document, String file) Parses a given file that validates with the iText DTD and writes the content to a document.static void
XmlParser.parse
(DocListener document, String file, String tagmap) Parses a given file that validates with the iText DTD and writes the content to a document.static void
Parses a given file and writes the content to a document, using a certain tagmap.static void
XmlParser.parse
(DocListener document, InputSource is) Parses a given file that validates with the iText DTD and writes the content to a document.static void
XmlParser.parse
(DocListener document, InputSource is, String tagmap) Parses a given file that validates with the iText DTD and writes the content to a document.static void
XmlParser.parse
(DocListener document, InputSource is, Map<String, XmlPeer> tagmap) Parses a given file and writes the content to a document, using a certain tagmap.Constructors in com.lowagie.text.xml with parameters of type DocListenerModifierConstructorDescriptionSAXiTextHandler
(DocListener document) SAXiTextHandler
(DocListener document, Map<String, T> myTags) SAXiTextHandler
(DocListener document, Map<String, T> myTags, BaseFont bf) SAXmyHandler
(DocListener document, Map<String, XmlPeer> myTags) Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument
-object.