Package | Description |
---|---|
com.itextpdf.commons.actions | |
com.itextpdf.commons.actions.data | |
com.itextpdf.kernel.actions.data | |
com.itextpdf.kernel.pdf | |
com.itextpdf.kernel.pdf.statistics |
Modifier and Type | Method and Description |
---|---|
ProductData |
AbstractProductITextEvent.getProductData()
Gets a product data which generated the event.
|
Constructor and Description |
---|
AbstractContextBasedITextEvent(ProductData productData, IMetaInfo metaInfo)
Creates an event containing auxiliary meta data.
|
AbstractProductITextEvent(ProductData productData)
Creates instance of abstract product iText event based on passed product data.
|
AbstractProductProcessITextEvent(ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType)
Creates an event which is not associated with any object.
|
AbstractProductProcessITextEvent(SequenceId sequenceId, ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType)
Creates an event associated with SequenceId .
|
AbstractStatisticsEvent(ProductData productData)
Creates instance of abstract statistics iText event based on passed product data.
|
Modifier and Type | Method and Description |
---|---|
static ProductData |
CommonsProductData.getInstance()
Getter for an instance of ProductData related to iText commons module.
|
Modifier and Type | Method and Description |
---|---|
static ProductData |
ITextCoreProductData.getInstance()
Getter for an instance of ProductData related to iText core module.
|
Modifier and Type | Method and Description |
---|---|
Collection<ProductData> |
FingerPrint.getProducts()
Returns the registered products.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FingerPrint.registerProduct(ProductData productData)
Registers a product to be added to the fingerprint or other debugging info.
|
boolean |
PdfDocument.registerProduct(ProductData productData)
Registers a product for debugging purposes.
|
Constructor and Description |
---|
NumberOfPagesStatisticsEvent(int numberOfPages, ProductData productData)
Creates an instance of this class based on the ProductData and the number of pages.
|
SizeOfPdfStatisticsEvent(long amountOfBytes, ProductData productData)
Creates an instance of this class based on the ProductData and the size of the document.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.