iText 8.0.2 API
|
Class represents events registered in iText core module. More...
Public Member Functions |
|
override String | GetEventType () |
Returns an event type. More... |
|
![]() |
|
virtual SequenceId | GetSequenceId () |
Retrieves an identifier of event source. More... |
|
virtual EventConfirmationType | GetConfirmationType () |
Retrieves an event confirmation type. More... |
|
![]() |
|
virtual Type | GetClassFromContext () |
Obtains the current event context class. More... |
|
virtual bool | SetMetaInfo (IMetaInfo metaInfo) |
Sets meta info. More... |
|
![]() |
|
virtual ProductData | GetProductData () |
Gets a product data which generated the event. More... |
|
virtual String | GetProductName () |
Gets a name of product which generated the event. More... |
|
Static Public Member Functions |
|
static iText.Kernel.Actions.Events.ITextCoreProductEvent | CreateProcessPdfEvent (SequenceId sequenceId, IMetaInfo metaInfo, EventConfirmationType confirmationType) |
Creates an process pdf event which associated with a general identifier and additional meta data. More... |
|
Static Public Attributes |
|
const String | PROCESS_PDF = "process-pdf" |
Process pdf event type. More... |
|
Class represents events registered in iText core module.
|
inlinestatic |
Creates an process pdf event which associated with a general identifier and additional meta data.
sequenceId | is an identifier associated with the event |
metaInfo | is an additional meta info |
confirmationType | defines when the event should be confirmed to notify that the associated process has finished successfully |
|
inlinevirtual |
Returns an event type.
Implements iText.Commons.Actions.AbstractProductProcessITextEvent.
|
static |
Process pdf event type.