Class TaggedPdfReaderTool.MarkedContentEventListener
java.lang.Object
com.itextpdf.kernel.utils.TaggedPdfReaderTool.MarkedContentEventListener
- All Implemented Interfaces:
IEventListener
- Enclosing class:
TaggedPdfReaderTool
private class TaggedPdfReaderTool.MarkedContentEventListener
extends Object
implements IEventListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoideventOccurred(IEventData data, EventType type) Called when some event occurs during parsing a content stream.Provides the set of event types this listener supports.
-
Field Details
-
contentByMcid
-
-
Constructor Details
-
MarkedContentEventListener
private MarkedContentEventListener()
-
-
Method Details
-
getMcidContent
-
eventOccurred
Description copied from interface:IEventListenerCalled when some event occurs during parsing a content stream.- Specified by:
eventOccurredin interfaceIEventListener- Parameters:
data- Combines the data required for processing corresponding event type.type- Event type.
-
getSupportedEvents
Description copied from interface:IEventListenerProvides the set of event types this listener supports. Returns null if all possible event types are supported.- Specified by:
getSupportedEventsin interfaceIEventListener- Returns:
- Set of event types supported by this listener or null if all possible event types are supported.
-