Uses of Interface
com.itextpdf.kernel.pdf.canvas.parser.data.IEventData
Package
Description
-
Uses of IEventData in com.itextpdf.kernel.pdf.canvas.parser
Modifier and TypeMethodDescriptionprotected void
PdfCanvasProcessor.eventOccurred
(IEventData data, EventType type) This is a proxy to pass only those events to the event listener which are supported by it. -
Uses of IEventData in com.itextpdf.kernel.pdf.canvas.parser.data
Modifier and TypeClassDescriptionclass
class
Represents the clipping path data.class
Represents image data from a PDF.class
Contains information relating to painting current path.class
Provides information and calculations needed by render listeners to display/evaluate text render operations. -
Uses of IEventData in com.itextpdf.kernel.pdf.canvas.parser.filter
Modifier and TypeMethodDescriptionboolean
IEventFilter.accept
(IEventData data, EventType type) This method checks an event and decides whether it should be processed further (corresponds totrue
return value), or filtered out (corresponds tofalse
return value).boolean
TextRegionEventFilter.accept
(IEventData data, EventType type) -
Uses of IEventData in com.itextpdf.kernel.pdf.canvas.parser.listener
Modifier and TypeMethodDescriptionvoid
FilteredEventListener.eventOccurred
(IEventData data, EventType type) void
GlyphEventListener.eventOccurred
(IEventData data, EventType type) void
IEventListener.eventOccurred
(IEventData data, EventType type) Called when some event occurs during parsing a content stream.void
LocationTextExtractionStrategy.eventOccurred
(IEventData data, EventType type) void
RegexBasedLocationExtractionStrategy.eventOccurred
(IEventData data, EventType type) void
SimpleTextExtractionStrategy.eventOccurred
(IEventData data, EventType type) void
TextMarginFinder.eventOccurred
(IEventData data, EventType type)