iText 8.0.2 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... |
|
|
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.