public abstract class AbstractPdfOcrEventHelper
extends com.itextpdf.commons.actions.AbstractITextEvent
Constructor and Description |
---|
AbstractPdfOcrEventHelper() |
Modifier and Type | Method and Description |
---|---|
abstract com.itextpdf.commons.actions.confirmations.EventConfirmationType |
getConfirmationType()
Returns the confirmation type of event.
|
abstract com.itextpdf.commons.actions.sequence.SequenceId |
getSequenceId()
Returns the sequence id
|
abstract void |
onEvent(com.itextpdf.commons.actions.AbstractProductITextEvent event)
Handles the event.
|
public abstract void onEvent(com.itextpdf.commons.actions.AbstractProductITextEvent event)
event
- event
public abstract com.itextpdf.commons.actions.sequence.SequenceId getSequenceId()
public abstract com.itextpdf.commons.actions.confirmations.EventConfirmationType getConfirmationType()
Copyright © 1998–2022 iText Group NV. All rights reserved.