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 IEventListenerPdfCanvasProcessor.eventListenerListener that will be notified of render eventsMethods in com.itextpdf.kernel.pdf.canvas.parser with type parameters of type IEventListenerModifier and TypeMethodDescriptionIEventListener>
EPdfDocumentContentParser.processContent(int pageNumber, E renderListener) Processes content from the specified page number using the specified listenerIEventListener>
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 theIEventListenerobject 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 TypeInterfaceDescriptioninterfaceThis is a special interface forIEventFilterthat returns a collection of rectangles as result of its work.interfaceThis is a special interface forIEventFilterthat returns text as result of its work.Classes in com.itextpdf.kernel.pdf.canvas.parser.listener that implement IEventListenerModifier and TypeClassDescriptionclassAn event listener which filters events on the fly before passing them on to the delegate.classA text event listener which filters events on the fly before passing them on to the delegate.classThis class expands eachTextRenderInfoforEventType.RENDER_TEXTevent types into multipleTextRenderInfoinstances for each glyph occurred.classThis class expands eachTextRenderInfoforEventType.RENDER_TEXTevent types into multipleTextRenderInfoinstances for each glyph occurred.classclassThis class is designed to search for the occurrences of a regular expression and return the resultant rectangles.classclassThis 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.delegatesMethods in com.itextpdf.kernel.pdf.canvas.parser.listener with type parameters of type IEventListenerModifier and TypeMethodDescriptionIEventListener>
TFilteredEventListener.attachEventListener(T delegate, IEventFilter... filterSet) Attaches anotherIEventListenerdelegate with its filters.Constructors in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type IEventListenerModifierConstructorDescriptionFilteredEventListener(IEventListener delegate, IEventFilter... filterSet) Constructs aFilteredEventListenerinstance with one delegate.GlyphEventListener(IEventListener delegate) Constructs aGlyphEventListenerinstance by a delegate to which the expanded text events for each glyph occurred will be passed on.