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