Package com.itextpdf.text.pdf.parser
Interface TextExtractionStrategy
-
- All Superinterfaces:
RenderListener
- All Known Implementing Classes:
FilteredTextRenderListener,GlyphTextRenderListener,LocationTextExtractionStrategy,SimpleTextExtractionStrategy
public interface TextExtractionStrategy extends RenderListener
Defines an interface forRenderListeners that can return text- Since:
- 5.0.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetResultantText()Returns the result so far.-
Methods inherited from interface com.itextpdf.text.pdf.parser.RenderListener
beginTextBlock, endTextBlock, renderImage, renderText
-
-
-
-
Method Detail
-
getResultantText
String getResultantText()
Returns the result so far.- Returns:
- a String with the resulting text.
-
-