Package com.itextpdf.text.pdf.parser
Class GlyphTextRenderListener
java.lang.Object
com.itextpdf.text.pdf.parser.GlyphRenderListener
com.itextpdf.text.pdf.parser.GlyphTextRenderListener
- All Implemented Interfaces:
RenderListener,TextExtractionStrategy
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.itextpdf.text.pdf.parser.GlyphRenderListener
beginTextBlock, endTextBlock, renderImage, renderTextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.itextpdf.text.pdf.parser.RenderListener
beginTextBlock, endTextBlock, renderImage, renderText
-
Field Details
-
delegate
-
-
Constructor Details
-
GlyphTextRenderListener
-
-
Method Details
-
getResultantText
Description copied from interface:TextExtractionStrategyReturns the result so far.- Specified by:
getResultantTextin interfaceTextExtractionStrategy- Returns:
- a String with the resulting text.
-