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 IEventListener
eventOccurred, getSupportedEvents
-
Method Details
-
getResultantLocations
Collection<IPdfTextLocation> getResultantLocations()Returns theRectangles that have been processed so far.- Returns:
Collection<IPdfTextLocation> instance with the current resultant IPdfTextLocations
-