| Interface | Description |
|---|---|
| IEventListener |
A callback interface that receives notifications from the
PdfCanvasProcessor
as various events occur (see EventType). |
| ITextExtractionStrategy |
This is a special interface for
IEventFilter that returns text as result of its work. |
| LocationTextExtractionStrategy.ITextChunkLocation | |
| LocationTextExtractionStrategy.ITextChunkLocationStrategy |
| Class | Description |
|---|---|
| FilteredEventListener |
An event listener which filters events on the fly before passing them on to the delegate.
|
| FilteredTextEventListener |
A text event listener which filters events on the fly before passing them on to the delegate.
|
| GlyphEventListener |
This class expands each
TextRenderInfo for EventType.RENDER_TEXT event types into
multiple TextRenderInfo instances for each glyph occurred. |
| GlyphTextEventListener |
This class expands each
TextRenderInfo for EventType.RENDER_TEXT event types into
multiple TextRenderInfo instances for each glyph occurred. |
| LocationTextExtractionStrategy | |
| LocationTextExtractionStrategy.TextChunk |
Represents a chunk of text, it's orientation, and location relative to the orientation vector
|
| SimpleTextExtractionStrategy | |
| TextMarginFinder |
This class allows you to find the rectangle which contains all the text in the given content stream.
|
Copyright © 1998–2016 iText Group NV. All rights reserved.