com.itextpdf.text.pdf.parser
Interface TextExtractionStrategy

All Superinterfaces:
RenderListener
All Known Implementing Classes:
FilteredTextRenderListener, LocationTextExtractionStrategy, SimpleTextExtractionStrategy

public interface TextExtractionStrategy
extends RenderListener

Defines an interface for RenderListeners that can return text

Since:
5.0.2

Method Summary
 String getResultantText()
          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.


Copyright © 2013. All Rights Reserved.