Uses of Interface
com.itextpdf.text.ElementListener
Packages that use ElementListener
Package
Description
TagProcessor implementations for
table
tags.-
Uses of ElementListener in com.itextpdf.text
Subinterfaces of ElementListener in com.itextpdf.textModifier and TypeInterfaceDescriptioninterface
A class that implementsDocListener
will perform some actions when some actions are performed on aDocument
.Classes in com.itextpdf.text that implement ElementListenerModifier and TypeClassDescriptionclass
A generic Document class.class
An abstractWriter
class for documents.Methods in com.itextpdf.text with parameters of type ElementListenerModifier and TypeMethodDescriptionboolean
Anchor.process
(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener
.boolean
Annotation.process
(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener
.boolean
Chunk.process
(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener
.boolean
Element.process
(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener
.boolean
List.process
(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener
.boolean
MarkedObject.process
(ElementListener listener) Deprecated.Processes the element by adding it (or the different parts) to anElementListener
.boolean
MarkedSection.process
(ElementListener listener) Deprecated.Processes the element by adding it (or the different parts) to anElementListener
.boolean
Meta.process
(ElementListener listener) Processes the element by adding it (or the different parts) to aElementListener
.boolean
Phrase.process
(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener
.boolean
Rectangle.process
(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener
.boolean
Section.process
(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener
.boolean
WritableDirectElement.process
(ElementListener listener) -
Uses of ElementListener in com.itextpdf.text.html.simpleparser
Classes in com.itextpdf.text.html.simpleparser that implement ElementListenerModifier and TypeClassDescriptionclass
Deprecated.since 5.5.2; please switch to XML Worker instead (this is a separate project)Methods in com.itextpdf.text.html.simpleparser with parameters of type ElementListenerModifier and TypeMethodDescriptionboolean
CellWrapper.process
(ElementListener listener) Deprecated.boolean
TableWrapper.process
(ElementListener listener) Deprecated. -
Uses of ElementListener in com.itextpdf.text.pdf
Classes in com.itextpdf.text.pdf that implement ElementListenerModifier and TypeClassDescription(package private) static class
class
Extension of PdfCopy that will attempt to keep a file in conformance with the PDF/A standard.class
PdfASmartCopy has the same functionality as PdfACopy, 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
Extension to PdfStamperImp that will attempt to keep a file in conformance with the PDF/A standard.class
Extension of PdfWriter that will attempt to create a PDF/A file instead of an ordinary PDF file.class
Make copies of PDF documents.(package private) class
Deprecated.(package private) class
Deprecated.since 5.5.2class
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.Methods in com.itextpdf.text.pdf with parameters of type ElementListenerModifier and TypeMethodDescriptionboolean
PdfBody.process
(ElementListener listener) boolean
PdfDiv.process
(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener
.boolean
PdfPTable.process
(ElementListener listener) Processes the element by adding it (or the different parts) to anElementListener
. -
Uses of ElementListener in com.itextpdf.text.pdf.draw
Methods in com.itextpdf.text.pdf.draw with parameters of type ElementListener -
Uses of ElementListener in com.itextpdf.tool.xml.html.table
Methods in com.itextpdf.tool.xml.html.table with parameters of type ElementListener