Uses of Interface
com.itextpdf.kernel.pdf.canvas.parser.data.IEventData
-
-
Uses of IEventData in com.itextpdf.kernel.pdf.canvas.parser
Methods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type IEventData Modifier and Type Method Description protected 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
Classes in com.itextpdf.kernel.pdf.canvas.parser.data that implement IEventData Modifier and Type Class Description class
AbstractRenderInfo
class
ClippingPathInfo
Represents the clipping path data.class
ImageRenderInfo
Represents image data from a PDF.class
PathRenderInfo
Contains information relating to painting current path.class
TextRenderInfo
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
Methods in com.itextpdf.kernel.pdf.canvas.parser.filter with parameters of type IEventData Modifier and Type Method Description boolean
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
Methods in com.itextpdf.kernel.pdf.canvas.parser.listener with parameters of type IEventData Modifier and Type Method Description void
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)
-
Uses of IEventData in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils with parameters of type IEventData Modifier and Type Method Description void
TaggedPdfReaderTool.MarkedContentEventListener. eventOccurred(IEventData data, EventType type)
-