|
iText 9.7.0 API
|
Public Member Functions |
|
| 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... |
|
| virtual String | GetResultantText () |
| Returns the result so far. More... |
|
Package Functions |
|
| void | AppendTextChunk (String text) |
| Used to actually append text to the text results. More... |
|
|
inlinepackage |
Used to actually append text to the text results.
Used to actually append text to the text results. Subclasses can use this to insert text that wouldn't normally be included in text parsing (e.g. result of OCR performed against image content)
| text | the text to append to the text results accumulated so far |
|
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 result so far.
Implements iText.Kernel.Pdf.Canvas.Parser.Listener.ITextExtractionStrategy.
|
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.