Uses of Interface
com.itextpdf.text.pdf.parser.RenderListener
Packages that use RenderListener
-
Uses of RenderListener in com.itextpdf.text.pdf.parser
Subinterfaces of RenderListener in com.itextpdf.text.pdf.parserModifier and TypeInterfaceDescriptioninterfaceSimply extends theRenderListenerinterface to provide additional methods.interfaceDefines an interface forRenderListeners that can return textClasses in com.itextpdf.text.pdf.parser that implement RenderListenerModifier and TypeClassDescriptionclassA text render listener that filters text operations before passing them on to a delegateclassA text render listener that filters text operations before passing them on to a delegateclassclassclassDevelopment preview - this class (and all of the parser classes) are still experiencing heavy development, and are subject to change both behavior and interface.classclassA simple text extraction renderer.classAllows you to find the rectangle that contains all the text in a page.Methods in com.itextpdf.text.pdf.parser with type parameters of type RenderListenerModifier and TypeMethodDescription<E extends RenderListener>
EMultiFilteredRenderListener.attachRenderListener(E delegate, RenderFilter... filterSet) Attaches aRenderListenerfor the corresponding filter set.<E extends RenderListener>
EPdfReaderContentParser.processContent(int pageNumber, E renderListener) Processes content from the specified page number using the specified listener<E extends RenderListener>
EPdfReaderContentParser.processContent(int pageNumber, E renderListener, Map<String, ContentOperator> additionalContentOperators) Processes content from the specified page number using the specified listener.Methods in com.itextpdf.text.pdf.parser that return RenderListenerModifier and TypeMethodDescriptionPdfContentStreamProcessor.getRenderListener()Accessor method for the RenderListener object maintained in this class.Constructors in com.itextpdf.text.pdf.parser with parameters of type RenderListenerModifierConstructorDescriptionFilteredRenderListener(RenderListener delegate, RenderFilter... filters) ConstructionGlyphRenderListener(RenderListener delegate) PdfContentStreamProcessor(RenderListener renderListener) Creates a new PDF Content Stream Processor that will send it's output to the designated render listener.