Uses of Interface
com.lowagie.text.DocListener
-
Packages that use DocListener Package Description com.lowagie.text com.lowagie.text.html com.lowagie.text.html.simpleparser com.lowagie.text.pdf com.lowagie.text.xml -
-
Uses of DocListener in com.lowagie.text
Classes in com.lowagie.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.lowagie.text with type parameters of type DocListener Modifier and Type Field Description private java.util.List<DocListener>
Document. listeners
The DocListener.Methods in com.lowagie.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.lowagie.text.html
Classes in com.lowagie.text.html that implement DocListener Modifier and Type Class Description class
HtmlWriter
ADocWriter
class for HTML.Methods in com.lowagie.text.html with parameters of type DocListener Modifier and Type Method Description void
HtmlParser. go(DocListener document, java.io.InputStream is)
Parses a given file.void
HtmlParser. go(DocListener document, java.io.Reader is)
Parses a given file.void
HtmlParser. go(DocListener document, java.lang.String file)
Parses a given file.void
HtmlParser. go(DocListener document, org.xml.sax.InputSource is)
Parses a given file.static void
HtmlParser. 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 void
HtmlParser. 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 void
HtmlParser. 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 void
HtmlParser. 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.lowagie.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, 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 DocListener Modifier and Type Class Description class
HTMLWorker
Fields in com.lowagie.text.html.simpleparser declared as DocListener Modifier and Type Field Description protected DocListener
HTMLWorker. document
Methods in com.lowagie.text.html.simpleparser with parameters of type DocListener Modifier and Type Method Description Image
ImageProvider. getImage(java.lang.String src, java.util.HashMap h, ChainedProperties cprops, DocListener doc)
boolean
Img. process(Image img, java.util.HashMap h, ChainedProperties cprops, DocListener doc)
Constructors in com.lowagie.text.html.simpleparser with parameters of type DocListener Constructor Description HTMLWorker(DocListener document)
Creates a new instance of HTMLWorker -
Uses of DocListener in com.lowagie.text.pdf
Classes in com.lowagie.text.pdf that implement DocListener Modifier and Type Class Description (package private) static class
FdfWriter.Wrt
class
PdfCopy
Make copies of PDF documents.(package private) class
PdfCopyFieldsImp
(package private) class
PdfCopyFormsImp
Allows you to add one (or more) existing PDF document(s) and add the form(s) of (an)other PDF document(s).class
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.class
UnembedFontPdfSmartCopy
Makes a copy of a PDF, unembedding all embedded fonts.Methods in com.lowagie.text.pdf with parameters of type DocListener Modifier and Type Method Description static PdfWriter
PdfWriter. getInstance(Document document, java.io.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 DocListener Modifier and Type Field Description protected DocListener
SAXiTextHandler. document
This is the resulting document.Methods in com.lowagie.text.xml with parameters of type DocListener Modifier and Type Method Description void
XmlParser. go(DocListener document, java.lang.String file)
Parses a given file.void
XmlParser. go(DocListener document, java.lang.String file, java.lang.String tagmap)
Parses a given file.void
XmlParser. go(DocListener document, java.lang.String file, java.util.Map<java.lang.String,XmlPeer> tagmap)
Parses a given file.void
XmlParser. go(DocListener document, org.xml.sax.InputSource is)
Parses a given file.void
XmlParser. go(DocListener document, org.xml.sax.InputSource is, java.io.InputStream tagmap)
Parses a given file.void
XmlParser. go(DocListener document, org.xml.sax.InputSource is, java.lang.String tagmap)
Parses a given file.void
XmlParser. go(DocListener document, org.xml.sax.InputSource is, java.util.Map<java.lang.String,XmlPeer> tagmap)
Parses a given file.static void
XmlParser. 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 void
XmlParser. 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 void
XmlParser. parse(DocListener document, java.io.InputStream is, java.util.Map<java.lang.String,XmlPeer> tagmap)
Parses a given file and writes the content to a document, using a certain tagmap.static void
XmlParser. 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 void
XmlParser. 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 void
XmlParser. parse(DocListener document, java.io.Reader is, java.util.Map<java.lang.String,XmlPeer> tagmap)
Parses a given file and writes the content to a document, using a certain tagmap.static void
XmlParser. 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 void
XmlParser. 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 void
XmlParser. parse(DocListener document, java.lang.String file, java.util.Map<java.lang.String,XmlPeer> tagmap)
Parses a given file and writes the content to a document, using a certain tagmap.static void
XmlParser. 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 void
XmlParser. 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 void
XmlParser. parse(DocListener document, org.xml.sax.InputSource is, java.util.Map<java.lang.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 DocListener Constructor Description SAXiTextHandler(DocListener document)
SAXiTextHandler(DocListener document, java.util.Map<java.lang.String,T> myTags)
SAXiTextHandler(DocListener document, java.util.Map<java.lang.String,T> myTags, BaseFont bf)
SAXmyHandler(DocListener document, java.util.Map<java.lang.String,XmlPeer> myTags)
Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on theDocument
-object.
-