Uses of Interface
com.itextpdf.text.DocListener
-
Packages that use DocListener Package Description com.itextpdf.text com.itextpdf.text.html com.itextpdf.text.html.simpleparser com.itextpdf.text.pdf com.itextpdf.text.xml -
-
Uses of DocListener in com.itextpdf.text
Classes in com.itextpdf.text that implement DocListener Modifier and Type Class Description classDocumentA generic Document class.classDocWriterAn abstractWriterclass for documents.Methods in com.itextpdf.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.itextpdf.text.html
Classes in com.itextpdf.text.html that implement DocListener Modifier and Type Class Description classHtmlWriterADocWriterclass for HTML.Methods in com.itextpdf.text.html with parameters of type DocListener Modifier and Type Method Description voidHtmlParser. go(DocListener document, java.io.InputStream is)Parses a given file.voidHtmlParser. go(DocListener document, java.io.Reader is)Parses a given file.voidHtmlParser. go(DocListener document, java.lang.String file)Parses a given file.voidHtmlParser. go(DocListener document, org.xml.sax.InputSource is)Parses a given file.static voidHtmlParser. parse(DocListener document, java.io.InputStream is)Parses a given file that validates with the iText DTD and writes the content to a document.static voidHtmlParser. parse(DocListener document, java.io.Reader is)Parses a given file that validates with the iText DTD and writes the content to a document.static voidHtmlParser. parse(DocListener document, java.lang.String file)Parses a given file that validates with the iText DTD and writes the content to a document.static voidHtmlParser. parse(DocListener document, org.xml.sax.InputSource is)Parses a given file that validates with the iText DTD and writes the content to a document.Constructors in com.itextpdf.text.html with parameters of type DocListener Constructor Description SAXmyHtmlHandler(DocListener document)Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument-object.SAXmyHtmlHandler(DocListener document, BaseFont bf)Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument-object.SAXmyHtmlHandler(DocListener document, java.util.HashMap htmlTags)Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument-object. -
Uses of DocListener in com.itextpdf.text.html.simpleparser
Classes in com.itextpdf.text.html.simpleparser that implement DocListener Modifier and Type Class Description classHTMLWorkerFields in com.itextpdf.text.html.simpleparser declared as DocListener Modifier and Type Field Description protected DocListenerHTMLWorker. documentMethods in com.itextpdf.text.html.simpleparser with parameters of type DocListener Modifier and Type Method Description ImageImageProvider. getImage(java.lang.String src, java.util.HashMap h, ChainedProperties cprops, DocListener doc)booleanImg. process(Image img, java.util.HashMap h, ChainedProperties cprops, DocListener doc)Constructors in com.itextpdf.text.html.simpleparser with parameters of type DocListener Constructor Description HTMLWorker(DocListener document)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 classPdfCopyMake copies of PDF documents.classPdfDocumentPdfDocumentis the class that is used byPdfWriterto translate aDocumentinto a PDF with different pages.classPdfSmartCopyPdfSmartCopy 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.classPdfWriterADocWriterclass for PDF.Methods in com.itextpdf.text.pdf with parameters of type DocListener Modifier and Type Method Description static PdfWriterPdfWriter. getInstance(Document document, java.io.OutputStream os, DocListener listener)Use this method to get an instance of thePdfWriter. -
Uses of DocListener in com.itextpdf.text.xml
Fields in com.itextpdf.text.xml declared as DocListener Modifier and Type Field Description protected DocListenerSAXiTextHandler. documentThis is the resulting document.Methods in com.itextpdf.text.xml with parameters of type DocListener Modifier and Type Method Description voidXmlParser. go(DocListener document, java.lang.String file)Parses a given file.voidXmlParser. go(DocListener document, java.lang.String file, java.lang.String tagmap)Parses a given file.voidXmlParser. go(DocListener document, java.lang.String file, java.util.HashMap tagmap)Parses a given file.voidXmlParser. go(DocListener document, org.xml.sax.InputSource is)Parses a given file.voidXmlParser. go(DocListener document, org.xml.sax.InputSource is, java.io.InputStream tagmap)Parses a given file.voidXmlParser. go(DocListener document, org.xml.sax.InputSource is, java.lang.String tagmap)Parses a given file.voidXmlParser. go(DocListener document, org.xml.sax.InputSource is, java.util.HashMap tagmap)Parses a given file.static voidXmlParser. parse(DocListener document, java.io.InputStream is)Parses a given file that validates with the iText DTD and writes the content to a document.static voidXmlParser. parse(DocListener document, java.io.InputStream is, java.lang.String tagmap)Parses a given file that validates with the iText DTD and writes the content to a document.static voidXmlParser. parse(DocListener document, java.io.InputStream is, java.util.HashMap tagmap)Parses a given file and writes the content to a document, using a certain tagmap.static voidXmlParser. parse(DocListener document, java.io.Reader is)Parses a given file that validates with the iText DTD and writes the content to a document.static voidXmlParser. parse(DocListener document, java.io.Reader is, java.lang.String tagmap)Parses a given file that validates with the iText DTD and writes the content to a document.static voidXmlParser. parse(DocListener document, java.io.Reader is, java.util.HashMap tagmap)Parses a given file and writes the content to a document, using a certain tagmap.static voidXmlParser. parse(DocListener document, java.lang.String file)Parses a given file that validates with the iText DTD and writes the content to a document.static voidXmlParser. parse(DocListener document, java.lang.String file, java.lang.String tagmap)Parses a given file that validates with the iText DTD and writes the content to a document.static voidXmlParser. parse(DocListener document, java.lang.String file, java.util.HashMap tagmap)Parses a given file and writes the content to a document, using a certain tagmap.static voidXmlParser. parse(DocListener document, org.xml.sax.InputSource is)Parses a given file that validates with the iText DTD and writes the content to a document.static voidXmlParser. parse(DocListener document, org.xml.sax.InputSource is, java.lang.String tagmap)Parses a given file that validates with the iText DTD and writes the content to a document.static voidXmlParser. parse(DocListener document, org.xml.sax.InputSource is, java.util.HashMap tagmap)Parses a given file and writes the content to a document, using a certain tagmap.Constructors in com.itextpdf.text.xml with parameters of type DocListener Constructor Description SAXiTextHandler(DocListener document)SAXiTextHandler(DocListener document, HtmlTagMap myTags)SAXiTextHandler(DocListener document, HtmlTagMap myTags, BaseFont bf)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.
-