Uses of Interface
com.itextpdf.kernel.pdf.canvas.parser.listener.IEventListener
Packages that use IEventListener
Package
Description
-
Uses of IEventListener in com.itextpdf.kernel.pdf.canvas.parser
Fields in com.itextpdf.kernel.pdf.canvas.parser declared as IEventListenerModifier and TypeFieldDescriptionprotected final IEventListener
PdfCanvasProcessor.eventListener
Listener that will be notified of render eventsMethods in com.itextpdf.kernel.pdf.canvas.parser with type parameters of type IEventListenerModifier and TypeMethodDescription<E extends IEventListener>
EPdfDocumentContentParser.processContent
(int pageNumber, E renderListener) Processes content from the specified page number using the specified listener<E extends IEventListener>
EPdfDocumentContentParser.processContent
(int pageNumber, E renderListener, Map<String, IContentOperator> additionalContentOperators) Processes content from the specified page number using the specified listener.Methods in com.itextpdf.kernel.pdf.canvas.parser that return IEventListenerModifier and TypeMethodDescriptionPdfCanvasProcessor.getEventListener()
Accessor method for theIEventListener
object maintained in this class.Constructors in com.itextpdf.kernel.pdf.canvas.parser with parameters of type IEventListenerModifierConstructorDescriptionPdfCanvasProcessor
(IEventListener eventListener) Creates a new PDF Content Stream Processor that will send its output to the designated render listener.PdfCanvasProcessor
(IEventListener eventListener, Map<String, IContentOperator> additionalContentOperators) Creates a new PDF Content Stream Processor that will send its output to the designated render listener. -
Uses of IEventListener in com.itextpdf.kernel.pdf.canvas.parser.listener
Subinterfaces of IEventListener in com.itextpdf.kernel.pdf.canvas.parser.listenerModifier and TypeInterfaceDescriptioninterface
This is a special interface forIEventFilter
that returns a collection of rectangles as result of its work.interface
This is a special interface forIEventFilter
that returns text as result of its work.Classes in com.itextpdf.kernel.pdf.canvas.parser.listener that implement IEventListenerModifier and TypeClassDescriptionclass
An event listener which filters events on the fly before passing them on to the delegate.class
A text event listener which filters events on the fly before passing them on to the delegate.class
This class expands eachTextRenderInfo
forEventType.RENDER_TEXT
event types into multipleTextRenderInfo
instances for each glyph occurred.class
This class expands eachTextRenderInfo
forEventType.RENDER_TEXT
event types into multipleTextRenderInfo
instances for each glyph occurred.class
class
This class is designed to search for the occurrences of a regular expression and return the resultant rectangles.class
class
This class allows you to find the rectangle which contains all the text in the given content stream.Fields in com.itextpdf.kernel.pdf.canvas.parser.listener declared as IEventListenerFields in com.itextpdf.kernel.pdf.canvas.parser.listener with type parameters of type IEventListenerModifier and TypeFieldDescriptionprotected final List
<IEventListener> FilteredEventListener.delegates
Methods in com.itextpdf.kernel.pdf.canvas.parser.listener with type parameters of type IEventListenerModifier and TypeMethodDescription<T extends IEventListener>
TFilteredEventListener.attachEventListener
(T delegate, IEventFilter... filterSet) Attaches anotherIEventListener
delegate with its filters.Constructors in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type IEventListenerModifierConstructorDescriptionFilteredEventListener
(IEventListener delegate, IEventFilter... filterSet) Constructs aFilteredEventListener
instance with one delegate.GlyphEventListener
(IEventListener delegate) Constructs aGlyphEventListener
instance by a delegate to which the expanded text events for each glyph occurred will be passed on. -
Uses of IEventListener in com.itextpdf.kernel.utils
Classes in com.itextpdf.kernel.utils that implement IEventListener