|
iText 8.0.2 API
|
This class is designed to search for the occurrences of a regular expression and return the resultant rectangles. More...
Public Member Functions |
|
| RegexBasedLocationExtractionStrategy (String regex) | |
| RegexBasedLocationExtractionStrategy (Regex pattern) | |
| virtual ICollection< IPdfTextLocation > | GetResultantLocations () |
| Returns the iText.Kernel.Geom.Rectangle s that have been processed so far. More... |
|
| virtual void | EventOccurred (IEventData data, EventType type) |
| Called when some event occurs during parsing a content stream. More... |
|
| virtual ICollection< EventType > | GetSupportedEvents () |
| Provides the set of event types this listener supports. More... |
|
This class is designed to search for the occurrences of a regular expression and return the resultant rectangles.
|
inlinevirtual |
Called when some event occurs during parsing a content stream.
| data | Combines the data required for processing corresponding event type. |
| type | Event type. |
Implements iText.Kernel.Pdf.Canvas.Parser.Listener.IEventListener.
|
inlinevirtual |
Returns the iText.Kernel.Geom.Rectangle s that have been processed so far.
System.Collections.ICollection
Implements iText.Kernel.Pdf.Canvas.Parser.Listener.ILocationExtractionStrategy.
|
inlinevirtual |
Provides the set of event types this listener supports.
Provides the set of event types this listener supports. Returns null if all possible event types are supported.
Implements iText.Kernel.Pdf.Canvas.Parser.Listener.IEventListener.