Uses of Interface
com.itextpdf.kernel.pdf.canvas.parser.listener.IEventListener
-
Packages that use IEventListener Package Description com.itextpdf.kernel.pdf.canvas.parser com.itextpdf.kernel.pdf.canvas.parser.listener com.itextpdf.kernel.utils -
-
Uses of IEventListener in com.itextpdf.kernel.pdf.canvas.parser
Fields in com.itextpdf.kernel.pdf.canvas.parser declared as IEventListener Modifier and Type Field Description protected IEventListenerPdfCanvasProcessor. eventListenerListener that will be notified of render eventsMethods in com.itextpdf.kernel.pdf.canvas.parser with type parameters of type IEventListener Modifier and Type Method Description <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, java.util.Map<java.lang.String,IContentOperator> additionalContentOperators)Processes content from the specified page number using the specified listener.Methods in com.itextpdf.kernel.pdf.canvas.parser that return IEventListener Modifier and Type Method Description IEventListenerPdfCanvasProcessor. getEventListener()Accessor method for theIEventListenerobject maintained in this class.Constructors in com.itextpdf.kernel.pdf.canvas.parser with parameters of type IEventListener Constructor Description PdfCanvasProcessor(IEventListener eventListener)Creates a new PDF Content Stream Processor that will send its output to the designated render listener.PdfCanvasProcessor(IEventListener eventListener, java.util.Map<java.lang.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.listener Modifier and Type Interface Description interfaceILocationExtractionStrategyThis is a special interface forIEventFilterthat returns a collection of rectangles as result of its work.interfaceITextExtractionStrategyThis is a special interface forIEventFilterthat returns text as result of its work.Classes in com.itextpdf.kernel.pdf.canvas.parser.listener that implement IEventListener Modifier and Type Class Description classFilteredEventListenerAn event listener which filters events on the fly before passing them on to the delegate.classFilteredTextEventListenerA text event listener which filters events on the fly before passing them on to the delegate.classGlyphEventListenerThis class expands eachTextRenderInfoforEventType.RENDER_TEXTevent types into multipleTextRenderInfoinstances for each glyph occurred.classGlyphTextEventListenerThis class expands eachTextRenderInfoforEventType.RENDER_TEXTevent types into multipleTextRenderInfoinstances for each glyph occurred.classLocationTextExtractionStrategyclassRegexBasedLocationExtractionStrategyThis class is designed to search for the occurrences of a regular expression and return the resultant rectangles.classSimpleTextExtractionStrategyclassTextMarginFinderThis 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 IEventListener Modifier and Type Field Description protected IEventListenerGlyphEventListener. delegateFields in com.itextpdf.kernel.pdf.canvas.parser.listener with type parameters of type IEventListener Modifier and Type Field Description protected java.util.List<IEventListener>FilteredEventListener. delegatesMethods in com.itextpdf.kernel.pdf.canvas.parser.listener with type parameters of type IEventListener Modifier and Type Method Description <T extends IEventListener>
TFilteredEventListener. attachEventListener(T delegate, IEventFilter... filterSet)Attaches anotherIEventListenerdelegate with its filters.Constructors in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type IEventListener Constructor Description FilteredEventListener(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. -
Uses of IEventListener in com.itextpdf.kernel.utils
Classes in com.itextpdf.kernel.utils that implement IEventListener Modifier and Type Class Description private classTaggedPdfReaderTool.MarkedContentEventListener
-