Interface ITextExtractionStrategy
-
- All Superinterfaces:
IEventListener
- All Known Implementing Classes:
FilteredTextEventListener
,GlyphTextEventListener
,LocationTextExtractionStrategy
,SimpleTextExtractionStrategy
public interface ITextExtractionStrategy extends IEventListener
This is a special interface forIEventFilter
that returns text as result of its work.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getResultantText()
Returns the text that has been processed so far.-
Methods inherited from interface com.itextpdf.kernel.pdf.canvas.parser.listener.IEventListener
eventOccurred, getSupportedEvents
-
-