|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocListener | |
|---|---|
| com.lowagie.text | |
| com.lowagie.text.html | |
| com.lowagie.text.html.simpleparser | |
| com.lowagie.text.pdf | |
| com.lowagie.text.rtf | |
| com.lowagie.text.xml | |
| Uses of DocListener in com.lowagie.text |
|---|
| Classes in com.lowagie.text that implement DocListener | |
|---|---|
class |
Document
A generic Document class. |
class |
DocWriter
An abstract Writer class for documents. |
| Methods in com.lowagie.text with parameters of type DocListener | |
|---|---|
void |
Document.addDocListener(DocListener listener)
Adds a DocListener to the Document. |
void |
Document.removeDocListener(DocListener listener)
Removes a DocListener from the Document. |
| Uses of DocListener in com.lowagie.text.html |
|---|
| Classes in com.lowagie.text.html that implement DocListener | |
|---|---|
class |
HtmlWriter
A DocWriter class for HTML. |
| Methods in com.lowagie.text.html with parameters of type DocListener | |
|---|---|
void |
HtmlParser.go(DocListener document,
InputSource is)
Parses a given file. |
void |
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. |
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. |
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. |
| Constructors in com.lowagie.text.html with parameters of type DocListener | |
|---|---|
SAXmyHtmlHandler(DocListener document)
Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document-object. |
|
SAXmyHtmlHandler(DocListener document,
BaseFont bf)
Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document-object. |
|
SAXmyHtmlHandler(DocListener document,
HashMap htmlTags)
Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document-object. |
|
| Uses of DocListener in com.lowagie.text.html.simpleparser |
|---|
| Classes in com.lowagie.text.html.simpleparser that implement DocListener | |
|---|---|
class |
HTMLWorker
|
| Fields in com.lowagie.text.html.simpleparser declared as DocListener | |
|---|---|
protected DocListener |
HTMLWorker.document
|
| Methods in com.lowagie.text.html.simpleparser with parameters of type DocListener | |
|---|---|
Image |
ImageProvider.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 DocListener | |
|---|---|
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 | |
|---|---|
class |
PdfCopy
Make copies of PDF documents. |
class |
PdfDocument
PdfDocument is the class that is used by PdfWriter
to translate a Document 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. |
class |
PdfWriter
A DocWriter class for PDF. |
| Methods in com.lowagie.text.pdf with parameters of type DocListener | |
|---|---|
static PdfWriter |
PdfWriter.getInstance(Document document,
OutputStream os,
DocListener listener)
Use this method to get an instance of the PdfWriter. |
| Uses of DocListener in com.lowagie.text.rtf |
|---|
| Classes in com.lowagie.text.rtf that implement DocListener | |
|---|---|
class |
RtfWriter2
The RtfWriter allows the creation of rtf documents via the iText system Version: $Id: RtfWriter2.java 4065 2009-09-16 23:09:11Z psoares33 $ |
| Uses of DocListener in com.lowagie.text.xml |
|---|
| Fields in com.lowagie.text.xml declared as DocListener | |
|---|---|
protected DocListener |
SAXiTextHandler.document
This is the resulting document. |
| Methods in com.lowagie.text.xml with parameters of type DocListener | |
|---|---|
void |
XmlParser.go(DocListener document,
InputSource is)
Parses a given file. |
void |
XmlParser.go(DocListener document,
InputSource is,
HashMap tagmap)
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,
String file)
Parses a given file. |
void |
XmlParser.go(DocListener document,
String file,
HashMap tagmap)
Parses a given file. |
void |
XmlParser.go(DocListener document,
String file,
String tagmap)
Parses a given file. |
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,
HashMap tagmap)
Parses a given file and writes the content to a document, using a certain tagmap. |
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,
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,
HashMap tagmap)
Parses a given file and writes the content to a document, using a certain tagmap. |
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,
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,
HashMap tagmap)
Parses a given file and writes the content to a document, using a certain tagmap. |
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 |
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,
HashMap tagmap)
Parses a given file and writes the content to a document, using a certain tagmap. |
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. |
| Constructors in com.lowagie.text.xml with parameters of type DocListener | |
|---|---|
SAXiTextHandler(DocListener document)
|
|
SAXiTextHandler(DocListener document,
HashMap myTags)
|
|
SAXiTextHandler(DocListener document,
HtmlTagMap myTags)
|
|
SAXiTextHandler(DocListener document,
HtmlTagMap myTags,
BaseFont bf)
|
|
SAXmyHandler(DocListener document,
HashMap myTags)
Constructs a new SAXiTextHandler that will translate all the events triggered by the parser to actions on the Document-object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||