Uses of Interface
org.openpdf.text.DocListener
Packages that use DocListener
Package
Description
-
Uses of DocListener in org.openpdf.text
Classes in org.openpdf.text that implement DocListenerModifier and TypeClassDescriptionclassA generic Document class.classAn abstractWriterclass for documents.Methods in org.openpdf.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 org.openpdf.text.html
Classes in org.openpdf.text.html that implement DocListenerMethods in org.openpdf.text.html with parameters of type DocListenerModifier and TypeMethodDescriptionvoidHtmlParser.go(DocListener document, InputStream is) Deprecated.Parses a given file.voidHtmlParser.go(DocListener document, Reader is) Deprecated.Parses a given file.voidHtmlParser.go(DocListener document, String file) Deprecated.Parses a given file.voidHtmlParser.go(DocListener document, InputSource is) Deprecated.Parses a given file.static voidHtmlParser.parse(DocListener document, InputStream is) Deprecated.Parses a given file that validates with the iText DTD and writes the content to a document.static voidHtmlParser.parse(DocListener document, Reader is) Deprecated.Parses a given file that validates with the iText DTD and writes the content to a document.static voidHtmlParser.parse(DocListener document, String file) Deprecated.Parses a given file that validates with the iText DTD and writes the content to a document.static voidHtmlParser.parse(DocListener document, InputSource is) Deprecated.Parses a given file that validates with the iText DTD and writes the content to a document.Constructors in org.openpdf.text.html with parameters of type DocListenerModifierConstructorDescriptionSAXmyHtmlHandler(DocListener document) Deprecated.Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument-object.SAXmyHtmlHandler(DocListener document, HtmlTagMap htmlTags) Deprecated.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) Deprecated.SAXmyHtmlHandler(DocListener document, BaseFont bf) Deprecated.Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument-object. -
Uses of DocListener in org.openpdf.text.html.simpleparser
Classes in org.openpdf.text.html.simpleparser that implement DocListenerFields in org.openpdf.text.html.simpleparser declared as DocListenerMethods in org.openpdf.text.html.simpleparser with parameters of type DocListenerModifier and TypeMethodDescriptionImageProvider.getImage(String src, HashMap h, ChainedProperties cprops, DocListener doc) Deprecated.booleanImg.process(Image img, HashMap h, ChainedProperties cprops, DocListener doc) Deprecated.Constructors in org.openpdf.text.html.simpleparser with parameters of type DocListenerModifierConstructorDescriptionHTMLWorker(DocListener document) Deprecated.Creates a new instance of HTMLWorker -
Uses of DocListener in org.openpdf.text.pdf
Classes in org.openpdf.text.pdf that implement DocListenerModifier and TypeClassDescriptionclassMake copies of PDF documents.classPdfDocumentis 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.classADocWriterclass for PDF.classMakes a copy of a PDF, unembedding all embedded fonts.Methods in org.openpdf.text.pdf with parameters of type DocListenerModifier and TypeMethodDescriptionstatic PdfWriterPdfWriter.getInstance(Document document, OutputStream os, DocListener listener) Use this method to get an instance of thePdfWriter. -
Uses of DocListener in org.openpdf.text.xml
Fields in org.openpdf.text.xml declared as DocListenerModifier and TypeFieldDescriptionprotected DocListenerSAXiTextHandler.documentThis is the resulting document.Methods in org.openpdf.text.xml with parameters of type DocListenerModifier and TypeMethodDescriptionvoidXmlParser.go(DocListener document, String file) Parses a given file.voidXmlParser.go(DocListener document, String file, String tagmap) Parses a given file.voidParses a given file.voidXmlParser.go(DocListener document, InputSource is) Parses a given file.voidXmlParser.go(DocListener document, InputSource is, InputStream tagmap) Parses a given file.voidXmlParser.go(DocListener document, InputSource is, String tagmap) Parses a given file.voidXmlParser.go(DocListener document, InputSource is, Map<String, XmlPeer> tagmap) Parses a given file.static voidXmlParser.parse(DocListener document, InputStream is) Parses a given file that validates with the iText DTD and writes the content to a document.static voidXmlParser.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 voidXmlParser.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 voidXmlParser.parse(DocListener document, Reader is) Parses a given file that validates with the iText DTD and writes the content to a document.static voidXmlParser.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 voidParses a given file and writes the content to a document, using a certain tagmap.static voidXmlParser.parse(DocListener document, String file) Parses a given file that validates with the iText DTD and writes the content to a document.static voidXmlParser.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 voidParses a given file and writes the content to a document, using a certain tagmap.static voidXmlParser.parse(DocListener document, InputSource is) Parses a given file that validates with the iText DTD and writes the content to a document.static voidXmlParser.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 voidXmlParser.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 org.openpdf.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.