Package com.itextpdf.text.pdf.parser
Interface TextExtractionStrategy
- All Superinterfaces:
RenderListener
- All Known Implementing Classes:
FilteredTextRenderListener
,GlyphTextRenderListener
,LocationTextExtractionStrategy
,SimpleTextExtractionStrategy
Defines an interface for
RenderListener
s that can return text- Since:
- 5.0.2
-
Method Summary
Methods inherited from interface com.itextpdf.text.pdf.parser.RenderListener
beginTextBlock, endTextBlock, renderImage, renderText
-
Method Details
-
getResultantText
String getResultantText()Returns the result so far.- Returns:
- a String with the resulting text.
-