- AbstractContextBasedEventHandler - Class in com.itextpdf.commons.actions
-
Base class for events handling depending on the context.
- AbstractContextBasedEventHandler(IContext) - Constructor for class com.itextpdf.commons.actions.AbstractContextBasedEventHandler
-
Creates a new instance of the handler with the defined fallback for events within unknown
contexts.
- AbstractContextBasedITextEvent - Class in com.itextpdf.commons.actions
-
Represents a context-based event.
- AbstractContextBasedITextEvent(ProductData, IMetaInfo) - Constructor for class com.itextpdf.commons.actions.AbstractContextBasedITextEvent
-
Creates an event containing auxiliary meta data.
- AbstractContextManagerConfigurationEvent - Class in com.itextpdf.commons.actions.contexts
-
Class is recommended for internal usage.
- AbstractContextManagerConfigurationEvent() - Constructor for class com.itextpdf.commons.actions.contexts.AbstractContextManagerConfigurationEvent
-
Creates an instance of context manager configuration event.
- AbstractEventWrapper - Class in com.itextpdf.commons.actions
-
Base class to wrap events.
- AbstractEventWrapper(AbstractProductProcessITextEvent, EventConfirmationType) - Constructor for class com.itextpdf.commons.actions.AbstractEventWrapper
-
Creates a wrapper for the event.
- AbstractEventWrapper(SequenceId, AbstractProductProcessITextEvent, EventConfirmationType) - Constructor for class com.itextpdf.commons.actions.AbstractEventWrapper
-
Creates a wrapper of event associated with
SequenceId.
- AbstractIdentifiableElement - Class in com.itextpdf.commons.actions.sequence
-
The class allows to make any element identifiable so that it is possible to store some metadata
for it.
- AbstractIdentifiableElement() - Constructor for class com.itextpdf.commons.actions.sequence.AbstractIdentifiableElement
-
- AbstractITextConfigurationEvent - Class in com.itextpdf.commons.actions
-
Abstract class which represents system configuration events.
- AbstractITextConfigurationEvent() - Constructor for class com.itextpdf.commons.actions.AbstractITextConfigurationEvent
-
- AbstractITextEvent - Class in com.itextpdf.commons.actions
-
Abstract class which defines events only for internal usage.
- AbstractITextEvent() - Constructor for class com.itextpdf.commons.actions.AbstractITextEvent
-
Creates an instance of abstract iText event.
- AbstractITextProductEventProcessor - Class in com.itextpdf.commons.actions.processors
-
Abstract class with some standard functionality for product event processing.
- AbstractITextProductEventProcessor(String) - Constructor for class com.itextpdf.commons.actions.processors.AbstractITextProductEventProcessor
-
Creates a new instance of an abstract processor for the provided product.
- AbstractProductITextEvent - Class in com.itextpdf.commons.actions
-
Abstract class which defines general product events by encapsulating
ProductData of the product which generated event.
- AbstractProductITextEvent(ProductData) - Constructor for class com.itextpdf.commons.actions.AbstractProductITextEvent
-
Creates instance of abstract product iText event based
on passed product data.
- AbstractProductProcessITextEvent - Class in com.itextpdf.commons.actions
-
Abstract class which defines product process event.
- AbstractProductProcessITextEvent(SequenceId, ProductData, IMetaInfo, EventConfirmationType) - Constructor for class com.itextpdf.commons.actions.AbstractProductProcessITextEvent
-
- AbstractProductProcessITextEvent(ProductData, IMetaInfo, EventConfirmationType) - Constructor for class com.itextpdf.commons.actions.AbstractProductProcessITextEvent
-
Creates an event which is not associated with any object.
- AbstractStatisticsAggregator - Class in com.itextpdf.commons.actions
-
Abstract class for statistics aggregation.
- AbstractStatisticsAggregator() - Constructor for class com.itextpdf.commons.actions.AbstractStatisticsAggregator
-
- AbstractStatisticsEvent - Class in com.itextpdf.commons.actions
-
Abstract class which defines statistics event.
- AbstractStatisticsEvent(ProductData) - Constructor for class com.itextpdf.commons.actions.AbstractStatisticsEvent
-
Creates instance of abstract statistics iText event based on passed product data.
- acknowledgeAgplUsageDisableWarningMessage() - Static method in class com.itextpdf.commons.actions.EventManager
-
Deliberately turns off the warning message about AGPL usage.
- Action - Interface in com.itextpdf.commons.utils
-
Functional interface which takes 0 parameters and returns nothing.
- addDaysToCalendar(Calendar, int) - Static method in class com.itextpdf.commons.utils.DateTimeUtil
-
Adds the specified amount of days to the given calendar field.
- addDaysToDate(Date, int) - Static method in class com.itextpdf.commons.utils.DateTimeUtil
-
Adds the specified amount of days to the given date.
- addEntry(String, File) - Method in class com.itextpdf.commons.utils.ZipFileWriter
-
Add file from disk into zip archive.
- addEntry(String, InputStream) - Method in class com.itextpdf.commons.utils.ZipFileWriter
-
Add file into zip archive with data from stream.
- addEvent(SequenceId, AbstractProductProcessITextEvent) - Method in class com.itextpdf.commons.actions.AbstractITextConfigurationEvent
-
Registers a new event for provided identifier.
- addJsonEntry(String, Object) - Method in class com.itextpdf.commons.utils.ZipFileWriter
-
Add file into zip archive with object serialized as JSON.
- addProcessor(ITextProductEventProcessor) - Method in class com.itextpdf.commons.actions.AbstractITextConfigurationEvent
-
- aggregate(AbstractStatisticsEvent) - Method in class com.itextpdf.commons.actions.AbstractStatisticsAggregator
-
Aggregates data from the provided event.
- AggregatedException - Exception in com.itextpdf.commons.exceptions
-
Composite exception class.
- AggregatedException(List<RuntimeException>) - Constructor for exception com.itextpdf.commons.exceptions.AggregatedException
-
Creates an instance of aggregated exception based on the collection of exceptions.
- AggregatedException(String, List<RuntimeException>) - Constructor for exception com.itextpdf.commons.exceptions.AggregatedException
-
Creates an instance of aggregated exception based on the collection of exceptions.
- areTwoJsonObjectEquals(String, String) - Static method in class com.itextpdf.commons.utils.JsonUtil
-
Compares two json strings without considering the order of the elements.
- close() - Method in class com.itextpdf.commons.utils.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- close() - Method in class com.itextpdf.commons.utils.ZipFileReader
-
- close() - Method in class com.itextpdf.commons.utils.ZipFileWriter
-
- com.itextpdf.commons.actions - package com.itextpdf.commons.actions
-
- com.itextpdf.commons.actions.confirmations - package com.itextpdf.commons.actions.confirmations
-
- com.itextpdf.commons.actions.contexts - package com.itextpdf.commons.actions.contexts
-
- com.itextpdf.commons.actions.data - package com.itextpdf.commons.actions.data
-
- com.itextpdf.commons.actions.processors - package com.itextpdf.commons.actions.processors
-
- com.itextpdf.commons.actions.producer - package com.itextpdf.commons.actions.producer
-
- com.itextpdf.commons.actions.sequence - package com.itextpdf.commons.actions.sequence
-
- com.itextpdf.commons.exceptions - package com.itextpdf.commons.exceptions
-
- com.itextpdf.commons.logs - package com.itextpdf.commons.logs
-
- com.itextpdf.commons.utils - package com.itextpdf.commons.utils
-
- CommonsExceptionMessageConstant - Class in com.itextpdf.commons.exceptions
-
Class that bundles all the error message templates as constants.
- CommonsLogMessageConstant - Class in com.itextpdf.commons.logs
-
Class that bundles all the error message templates as constants.
- CommonsProductData - Class in com.itextpdf.commons.actions.data
-
Stores an instance of
ProductData related to iText commons module.
- ConfirmedEventWrapper - Class in com.itextpdf.commons.actions.confirmations
-
- ConfirmedEventWrapper(AbstractProductProcessITextEvent, String, String) - Constructor for class com.itextpdf.commons.actions.confirmations.ConfirmedEventWrapper
-
Creates a wrapper for the event with additional data about the event.
- ConfirmEvent - Class in com.itextpdf.commons.actions.confirmations
-
- ConfirmEvent(SequenceId, AbstractProductProcessITextEvent) - Constructor for class com.itextpdf.commons.actions.confirmations.ConfirmEvent
-
Creates an instance of confirmation event.
- ConfirmEvent(AbstractProductProcessITextEvent) - Constructor for class com.itextpdf.commons.actions.confirmations.ConfirmEvent
-
Creates an instance of confirmation event.
- constructFileByDirectoryAndName(String, String) - Static method in class com.itextpdf.commons.utils.FileUtil
-
- ContextManager - Class in com.itextpdf.commons.actions.contexts
-
The class that retrieves context of its invocation.
- convertToBytes(char[], String) - Static method in class com.itextpdf.commons.utils.EncodingUtil
-
Converts to byte array an array of chars, taking the provided encoding into account.
- convertToString(byte[], String) - Static method in class com.itextpdf.commons.utils.EncodingUtil
-
Converts to String an array of bytes, taking the provided encoding into account.
- copy(String, String) - Static method in class com.itextpdf.commons.utils.FileUtil
-
Creates a copy of a file.
- CORE_BARCODES - Static variable in class com.itextpdf.commons.actions.NamespaceConstant
-
- CORE_EVENTS - Static variable in class com.itextpdf.commons.actions.NamespaceConstant
-
- CORE_FORMS - Static variable in class com.itextpdf.commons.actions.NamespaceConstant
-
- CORE_IO - Static variable in class com.itextpdf.commons.actions.NamespaceConstant
-
- CORE_KERNEL - Static variable in class com.itextpdf.commons.actions.NamespaceConstant
-
- CORE_LAYOUT - Static variable in class com.itextpdf.commons.actions.NamespaceConstant
-
- CORE_PDFA - Static variable in class com.itextpdf.commons.actions.NamespaceConstant
-
- CORE_SIGN - Static variable in class com.itextpdf.commons.actions.NamespaceConstant
-
- CORE_SVG - Static variable in class com.itextpdf.commons.actions.NamespaceConstant
-
- CORE_SXP - Static variable in class com.itextpdf.commons.actions.NamespaceConstant
-
- createDirectories(String) - Static method in class com.itextpdf.commons.utils.FileUtil
-
Creates a directory at the provided path.
- createPrintWriter(OutputStream, String) - Static method in class com.itextpdf.commons.utils.FileUtil
-
- createProcessor(String) - Method in class com.itextpdf.commons.actions.processors.DefaultProductProcessorFactory
-
Creates default product processor using a product name.
- createProcessor(String) - Method in interface com.itextpdf.commons.actions.processors.IProductProcessorFactory
-
Creates product processor using a product name.
- createProcessor(String) - Method in class com.itextpdf.commons.actions.processors.UnderAgplProductProcessorFactory
-
Creates under AGPL product processor using a product name.
- createStatisticsAggregatorFromName(String) - Method in class com.itextpdf.commons.actions.AbstractStatisticsEvent
-
Creates statistics aggregator based on provided statistics name.
- createTempCopy(String, String, String) - Static method in class com.itextpdf.commons.utils.FileUtil
-
Creates a temporary copy of a file.
- createTempDirectory(String) - Static method in class com.itextpdf.commons.utils.FileUtil
-
Creates a temporary directory.
- createTempFile(String) - Static method in class com.itextpdf.commons.utils.FileUtil
-
Creates a temporary file at the provided path.
- createTempFile(String, String) - Static method in class com.itextpdf.commons.utils.FileUtil
-
Creates a temporary file.
- DateTimeUtil - Class in com.itextpdf.commons.utils
-
This file is a helper class for internal usage only.
- DECODE - Static variable in class com.itextpdf.commons.utils.Base64
-
Specify decoding.
- decode(byte[], int, int, int) - Static method in class com.itextpdf.commons.utils.Base64
-
Very low-level access to decoding ASCII characters in
the form of a byte array.
- decode(String) - Static method in class com.itextpdf.commons.utils.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class com.itextpdf.commons.utils.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decodeFileToFile(String, String) - Static method in class com.itextpdf.commons.utils.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class com.itextpdf.commons.utils.Base64
-
Convenience method for reading a base64-encoded
file and decoding it.
- decodeToFile(String, String) - Static method in class com.itextpdf.commons.utils.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class com.itextpdf.commons.utils.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- DefaultITextProductEventProcessor - Class in com.itextpdf.commons.actions.processors
-
Defines a default strategy of product event processing.
- DefaultITextProductEventProcessor(String) - Constructor for class com.itextpdf.commons.actions.processors.DefaultITextProductEventProcessor
-
Creates an instance of product event processor.
- DefaultProductProcessorFactory - Class in com.itextpdf.commons.actions.processors
-
- DefaultProductProcessorFactory() - Constructor for class com.itextpdf.commons.actions.processors.DefaultProductProcessorFactory
-
- deleteFile(File) - Static method in class com.itextpdf.commons.utils.FileUtil
-
Deletes a file and returns whether the operation succeeded.
- deserializeFromStream(InputStream, Class<T>) - Static method in class com.itextpdf.commons.utils.JsonUtil
-
Deserializes passed JSON stream to object with passed type.
- deserializeFromStream(InputStream, TypeReference<T>) - Static method in class com.itextpdf.commons.utils.JsonUtil
-
Deserializes passed JSON stream to object with passed type.
- deserializeFromStream(InputStream, JavaType) - Static method in class com.itextpdf.commons.utils.JsonUtil
-
Deserializes passed JSON stream to object with passed type.
- deserializeFromString(String, Class<T>) - Static method in class com.itextpdf.commons.utils.JsonUtil
-
Deserializes passed JSON string to object with passed type.
- deserializeFromString(String, TypeReference<T>) - Static method in class com.itextpdf.commons.utils.JsonUtil
-
Deserializes passed JSON string to object with passed type.
- deserializeFromString(String, JavaType) - Static method in class com.itextpdf.commons.utils.JsonUtil
-
Deserializes passed JSON string to object with passed type.
- directoryExists(String) - Static method in class com.itextpdf.commons.utils.FileUtil
-
Checks whether there is a directory at the provided path.
- doAction() - Method in class com.itextpdf.commons.actions.AbstractITextConfigurationEvent
-
Method defines the logic of action processing.
- doAction() - Method in class com.itextpdf.commons.actions.producer.ProducerBuilder
-
Configuration events for util internal purposes are not expected to be sent.
- DONT_BREAK_LINES - Static variable in class com.itextpdf.commons.utils.Base64
-
Don't break lines when encoding (violates strict Base64 specification)
- GenericContext - Class in com.itextpdf.commons.actions.contexts
-
- GenericContext(Collection<String>) - Constructor for class com.itextpdf.commons.actions.contexts.GenericContext
-
Creates a Generic Context instance with support of provided namespaces and products.
- getActiveProcessor(String) - Method in class com.itextpdf.commons.actions.AbstractITextConfigurationEvent
-
Gets a processor registered for a product.
- getAggregatedExceptions() - Method in exception com.itextpdf.commons.exceptions.AggregatedException
-
Gets a list of aggregated exceptions.
- getBufferedOutputStream(String) - Static method in class com.itextpdf.commons.utils.FileUtil
-
- getCalendar(Date) - Static method in class com.itextpdf.commons.utils.DateTimeUtil
-
- getClassFromContext() - Method in class com.itextpdf.commons.actions.AbstractContextBasedITextEvent
-
Obtains the current event context class.
- getClassFromContext() - Method in class com.itextpdf.commons.actions.AbstractEventWrapper
-
- getConfirmationType() - Method in class com.itextpdf.commons.actions.AbstractProductProcessITextEvent
-
- getConfirmedEvent() - Method in class com.itextpdf.commons.actions.confirmations.ConfirmEvent
-
- getContext(Class<?>) - Method in class com.itextpdf.commons.actions.contexts.ContextManager
-
Gets the context associated with the passed class object.
- getContext(String) - Method in class com.itextpdf.commons.actions.contexts.ContextManager
-
Gets the context associated with the passed class object.
- getCurrentTimeCalendar() - Static method in class com.itextpdf.commons.utils.DateTimeUtil
-
- getCurrentTimeDate() - Static method in class com.itextpdf.commons.utils.DateTimeUtil
-
Gets current time consistently.
- getCurrentTimeZoneOffset() - Static method in class com.itextpdf.commons.utils.DateTimeUtil
-
- getCurrentTimeZoneOffset(Date) - Static method in class com.itextpdf.commons.utils.DateTimeUtil
-
Gets the offset of time zone from UTC at the specified date.
- getEvent() - Method in class com.itextpdf.commons.actions.AbstractEventWrapper
-
Obtains the wrapped event.
- getEvents(SequenceId) - Method in class com.itextpdf.commons.actions.AbstractITextConfigurationEvent
-
Gets events registered for provided identifier.
- getEventType() - Method in class com.itextpdf.commons.actions.AbstractEventWrapper
-
- getEventType() - Method in class com.itextpdf.commons.actions.AbstractProductProcessITextEvent
-
Returns an event type.
- getExitCode() - Method in class com.itextpdf.commons.utils.ProcessInfo
-
Getter for a process exit code.
- getFileNames() - Method in class com.itextpdf.commons.utils.ZipFileReader
-
Get all file entries paths inside the reading zip file.
- getFileOutputStream(File) - Static method in class com.itextpdf.commons.utils.FileUtil
-
- getFileOutputStream(String) - Static method in class com.itextpdf.commons.utils.FileUtil
-
- getFontsDir() - Static method in class com.itextpdf.commons.utils.FileUtil
-
Gets the default windows font directory.
- getFreeMemory() - Static method in class com.itextpdf.commons.utils.SystemUtil
-
- getHashCode(Map<K, V>) - Static method in class com.itextpdf.commons.utils.MapUtil
-
Calculates the hash code of the
map.
- getId() - Method in class com.itextpdf.commons.actions.sequence.SequenceId
-
Obtains an id.
- getInputStreamForFile(String) - Static method in class com.itextpdf.commons.utils.FileUtil
-
- getInstance() - Static method in class com.itextpdf.commons.actions.contexts.ContextManager
-
Gets the singleton instance of this class.
- getInstance() - Static method in class com.itextpdf.commons.actions.data.CommonsProductData
-
Getter for an instance of
ProductData related to iText commons module.
- getInstance() - Static method in class com.itextpdf.commons.actions.EventManager
-
Allows an access to the instance of EventManager.
- getMessage() - Method in exception com.itextpdf.commons.exceptions.AggregatedException
-
Builds message for the exception including its own message and all messages from the
aggregated exceptions.
- getMinCompatibleLicensingModuleVersion() - Method in class com.itextpdf.commons.actions.data.ProductData
-
Getter for the minimal compatible licensekey version.
- getParentDirectoryUri(File) - Static method in class com.itextpdf.commons.utils.FileUtil
-
- getProcessErrOutput() - Method in class com.itextpdf.commons.utils.ProcessInfo
-
Getter for an error process output.
- getProcessors() - Method in class com.itextpdf.commons.actions.AbstractITextConfigurationEvent
-
Gets an unmodifiable map of registered processors.
- getProcessStdOutput() - Method in class com.itextpdf.commons.utils.ProcessInfo
-
Getter for a standard process output.
- getProducer() - Method in class com.itextpdf.commons.actions.processors.AbstractITextProductEventProcessor
-
- getProducer() - Method in interface com.itextpdf.commons.actions.processors.ITextProductEventProcessor
-
Gets the producer line for the product.
- getProducerLine() - Method in class com.itextpdf.commons.actions.confirmations.ConfirmedEventWrapper
-
- getProductData() - Method in class com.itextpdf.commons.actions.AbstractProductITextEvent
-
Gets a product data which generated the event.
- getProductName() - Method in class com.itextpdf.commons.actions.AbstractProductITextEvent
-
Gets a name of product which generated the event.
- getProductName() - Method in class com.itextpdf.commons.actions.data.ProductData
-
Getter for a technical name of the product.
- getProductName() - Method in class com.itextpdf.commons.actions.processors.AbstractITextProductEventProcessor
-
- getProductName() - Method in interface com.itextpdf.commons.actions.processors.ITextProductEventProcessor
-
Gets the name of the product to which this processor corresponds.
- getProductUsageType() - Method in class com.itextpdf.commons.actions.confirmations.ConfirmedEventWrapper
-
Obtains the license type for the product which generated the event.
- getPropertyOrEnvironmentVariable(String) - Static method in class com.itextpdf.commons.utils.SystemUtil
-
Gets either java property or environment variable with given name.
- getPublicProductName() - Method in class com.itextpdf.commons.actions.data.ProductData
-
Getter for a product name.
- getRandomAccessFile(File) - Static method in class com.itextpdf.commons.utils.FileUtil
-
- getRelativeTime(Date) - Static method in class com.itextpdf.commons.utils.DateTimeUtil
-
Gets the number of milliseconds since January 1, 1970, 00:00:00 GMT
represented by specified date.
- getRelativeTimeMillis() - Static method in class com.itextpdf.commons.utils.SystemUtil
-
Should be used in relative constructs (for example to check how many milliseconds have passed).
- getSequenceId() - Method in class com.itextpdf.commons.actions.AbstractProductProcessITextEvent
-
Retrieves an identifier of event source.
- getSequenceId(AbstractIdentifiableElement) - Static method in class com.itextpdf.commons.actions.sequence.SequenceIdManager
-
Gets an identifier of the element.
- getSinceCopyrightYear() - Method in class com.itextpdf.commons.actions.data.ProductData
-
Getter for the first year of copyright period.
- getStatisticsNames() - Method in class com.itextpdf.commons.actions.AbstractStatisticsEvent
-
Gets all statistics names related to this event.
- getTimeBasedIntSeed() - Static method in class com.itextpdf.commons.utils.SystemUtil
-
- getTimeBasedSeed() - Static method in class com.itextpdf.commons.utils.SystemUtil
-
- getToCopyrightYear() - Method in class com.itextpdf.commons.actions.data.ProductData
-
Getter for the last year of copyright period.
- getUsageType() - Method in class com.itextpdf.commons.actions.processors.AbstractITextProductEventProcessor
-
- getUsageType() - Method in class com.itextpdf.commons.actions.processors.DefaultITextProductEventProcessor
-
- getUsageType() - Method in interface com.itextpdf.commons.actions.processors.ITextProductEventProcessor
-
Gets the usage type of the product to which this processor corresponds.
- getUsageType() - Method in class com.itextpdf.commons.actions.processors.UnderAgplITextProductEventProcessor
-
- getUtcMillisFromEpoch(Calendar) - Static method in class com.itextpdf.commons.utils.DateTimeUtil
-
Gets the
Calendar as UTC milliseconds from the epoch.
- getVersion() - Method in class com.itextpdf.commons.actions.data.ProductData
-
Getter for a version of the product.
- GZIP - Static variable in class com.itextpdf.commons.utils.Base64
-
Specify that data should be gzip-compressed.
- IContext - Interface in com.itextpdf.commons.actions.contexts
-
The class that determines weather event should be processed or not.
- IEvent - Interface in com.itextpdf.commons.actions
-
Base marker interface for any generated event of any source.
- IEventHandler - Interface in com.itextpdf.commons.actions
-
The interface for an event handler.
- IMetaInfo - Interface in com.itextpdf.commons.actions.contexts
-
The meta info that can holds information about instance that throws the event.
- InputStream(InputStream) - Constructor for class com.itextpdf.commons.utils.Base64.InputStream
-
- InputStream(InputStream, int) - Constructor for class com.itextpdf.commons.utils.Base64.InputStream
-
- INVALID_STATISTICS_NAME - Static variable in class com.itextpdf.commons.logs.CommonsLogMessageConstant
-
Message notifies that an invalid statistics name was received, because there is no aggregator for it.
- INVALID_USAGE_CONFIGURATION_FORBIDDEN - Static variable in class com.itextpdf.commons.exceptions.CommonsExceptionMessageConstant
-
- INVALID_USAGE_FORMAT_REQUIRED - Static variable in class com.itextpdf.commons.exceptions.CommonsExceptionMessageConstant
-
- IProductProcessorFactory - Interface in com.itextpdf.commons.actions.processors
-
- isAllowed(AbstractContextBasedITextEvent) - Method in class com.itextpdf.commons.actions.contexts.GenericContext
-
Checks if the source product of the event is supported by the context.
- isAllowed(AbstractContextBasedITextEvent) - Method in interface com.itextpdf.commons.actions.contexts.IContext
-
Determines weather event should be processed or not.
- isAllowed(AbstractContextBasedITextEvent) - Method in class com.itextpdf.commons.actions.contexts.UnknownContext
-
Depending on its internal state allows or rejects all event.
- isFileNotEmpty(String) - Static method in class com.itextpdf.commons.utils.FileUtil
-
Checks whether is provided file not empty.
- isInPast(Date) - Static method in class com.itextpdf.commons.utils.DateTimeUtil
-
Defines if date is in past.
- isRegistered(IEventHandler) - Method in class com.itextpdf.commons.actions.EventManager
-
Check if the handler was registered for event handling process.
- ITEXT - Static variable in class com.itextpdf.commons.actions.NamespaceConstant
-
- ITEXT_CORE - Static variable in class com.itextpdf.commons.actions.ProductNameConstant
-
- ITEXT_CORE_NAMESPACES - Static variable in class com.itextpdf.commons.actions.NamespaceConstant
-
- ITextException - Exception in com.itextpdf.commons.exceptions
-
General iText exception.
- ITextException() - Constructor for exception com.itextpdf.commons.exceptions.ITextException
-
Creates a new ITextException with no error message and cause.
- ITextException(String) - Constructor for exception com.itextpdf.commons.exceptions.ITextException
-
Creates a new ITextException.
- ITextException(Throwable) - Constructor for exception com.itextpdf.commons.exceptions.ITextException
-
Creates a new ITextException.
- ITextException(String, Throwable) - Constructor for exception com.itextpdf.commons.exceptions.ITextException
-
Creates a new ITextException.
- ITextProductEventProcessor - Interface in com.itextpdf.commons.actions.processors
-
Interface for product event processors.