Package | Description |
---|---|
com.itextpdf.commons.actions | |
com.itextpdf.commons.actions.processors |
Modifier and Type | Method and Description |
---|---|
protected ITextProductEventProcessor |
AbstractITextConfigurationEvent.addProcessor(ITextProductEventProcessor processor)
Adds a new ITextProductEventProcessor for a product.
|
protected ITextProductEventProcessor |
AbstractITextConfigurationEvent.getActiveProcessor(String productName)
Gets a processor registered for a product.
|
protected ITextProductEventProcessor |
AbstractITextConfigurationEvent.removeProcessor(String productName)
Removes a processor registered for a product.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,ITextProductEventProcessor> |
AbstractITextConfigurationEvent.getProcessors()
Gets an unmodifiable map of registered processors.
|
Modifier and Type | Method and Description |
---|---|
protected ITextProductEventProcessor |
AbstractITextConfigurationEvent.addProcessor(ITextProductEventProcessor processor)
Adds a new ITextProductEventProcessor for a product.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractITextProductEventProcessor
Abstract class with some standard functionality for product event processing.
|
class |
DefaultITextProductEventProcessor
Defines a default strategy of product event processing.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.