Uses of Enum
com.itextpdf.commons.actions.confirmations.EventConfirmationType
Packages that use EventConfirmationType
Package
Description
-
Uses of EventConfirmationType in com.itextpdf.commons.actions
Fields in com.itextpdf.commons.actions declared as EventConfirmationTypeModifier and TypeFieldDescriptionprivate final EventConfirmationTypeAbstractProductProcessITextEvent.confirmationTypeMethods in com.itextpdf.commons.actions that return EventConfirmationTypeModifier and TypeMethodDescriptionAbstractProductProcessITextEvent.getConfirmationType()Retrieves anevent confirmation type.Constructors in com.itextpdf.commons.actions with parameters of type EventConfirmationTypeModifierConstructorDescriptionprotectedAbstractEventWrapper(AbstractProductProcessITextEvent event, EventConfirmationType confirmationType) Creates a wrapper for the event.protectedAbstractEventWrapper(SequenceId updatedSequenceId, AbstractProductProcessITextEvent event, EventConfirmationType confirmationType) Creates a wrapper of event associated withSequenceId.protectedAbstractProductProcessITextEvent(ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType) Creates an event which is not associated with any object.protectedAbstractProductProcessITextEvent(SequenceId sequenceId, ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType) Creates an event associated withSequenceId. -
Uses of EventConfirmationType in com.itextpdf.commons.actions.confirmations
Subclasses with type arguments of type EventConfirmationType in com.itextpdf.commons.actions.confirmationsModifier and TypeClassDescriptionenumDefines the strategy ofAbstractProductProcessITextEventconfirming.Methods in com.itextpdf.commons.actions.confirmations that return EventConfirmationTypeModifier and TypeMethodDescriptionstatic EventConfirmationTypeReturns the enum constant of this type with the specified name.static EventConfirmationType[]EventConfirmationType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EventConfirmationType in com.itextpdf.kernel.actions.events
Methods in com.itextpdf.kernel.actions.events with parameters of type EventConfirmationTypeModifier and TypeMethodDescriptionstatic ITextCoreProductEventITextCoreProductEvent.createProcessPdfEvent(SequenceId sequenceId, IMetaInfo metaInfo, EventConfirmationType confirmationType) Creates an process pdf event which associated with a general identifier and additional meta data.Constructors in com.itextpdf.kernel.actions.events with parameters of type EventConfirmationTypeModifierConstructorDescriptionprivateITextCoreProductEvent(SequenceId sequenceId, IMetaInfo metaInfo, String eventType, EventConfirmationType confirmationType) Creates an event associated with a general identifier and additional meta data.