Uses of Interface
com.itextpdf.text.pdf.parser.RenderListener
-
Packages that use RenderListener Package Description com.itextpdf.text.pdf.parser -
-
Uses of RenderListener in com.itextpdf.text.pdf.parser
Subinterfaces of RenderListener in com.itextpdf.text.pdf.parser Modifier and Type Interface Description interfaceExtRenderListenerSimply extends theRenderListenerinterface to provide additional methods.interfaceTextExtractionStrategyDefines an interface forRenderListeners that can return textClasses in com.itextpdf.text.pdf.parser that implement RenderListener Modifier and Type Class Description classFilteredRenderListenerA text render listener that filters text operations before passing them on to a delegateclassFilteredTextRenderListenerA text render listener that filters text operations before passing them on to a delegateclassGlyphRenderListenerclassGlyphTextRenderListenerclassLocationTextExtractionStrategyDevelopment preview - this class (and all of the parser classes) are still experiencing heavy development, and are subject to change both behavior and interface.classMultiFilteredRenderListenerclassSimpleTextExtractionStrategyA simple text extraction renderer.classTextMarginFinderAllows 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 RenderListener Modifier and Type Method Description <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, java.util.Map<java.lang.String,ContentOperator> additionalContentOperators)Processes content from the specified page number using the specified listener.Methods in com.itextpdf.text.pdf.parser that return RenderListener Modifier and Type Method Description RenderListenerPdfContentStreamProcessor. getRenderListener()Accessor method for the RenderListener object maintained in this class.Constructors in com.itextpdf.text.pdf.parser with parameters of type RenderListener Constructor Description FilteredRenderListener(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.
-