Interface ILocationExtractionStrategy
- All Superinterfaces:
IEventListener
- All Known Implementing Classes:
RegexBasedLocationExtractionStrategy
This is a special interface for
IEventFilter
that returns a collection of rectangles as result of its work.-
Method Summary
Methods inherited from interface com.itextpdf.kernel.pdf.canvas.parser.listener.IEventListener
eventOccurred, getSupportedEvents
-
Method Details
-
getResultantLocations
Collection<IPdfTextLocation> getResultantLocations()Returns theRectangle
s that have been processed so far.- Returns:
Collection
<IPdfTextLocation
> instance with the current resultant IPdfTextLocations
-