Uses of Class
com.itextpdf.commons.actions.data.ProductData
Package
Description
-
Uses of ProductData in com.itextpdf.commons.actions
Modifier and TypeMethodDescriptionAbstractProductITextEvent.getProductData()
Gets a product data which generated the event.ModifierConstructorDescriptionprotected
AbstractContextBasedITextEvent
(ProductData productData, IMetaInfo metaInfo) Creates an event containing auxiliary meta data.protected
AbstractProductITextEvent
(ProductData productData) Creates instance of abstract product iText event based on passed product data.protected
AbstractProductProcessITextEvent
(ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType) Creates an event which is not associated with any object.protected
AbstractProductProcessITextEvent
(SequenceId sequenceId, ProductData productData, IMetaInfo metaInfo, EventConfirmationType confirmationType) Creates an event associated withSequenceId
.protected
AbstractStatisticsEvent
(ProductData productData) Creates instance of abstract statistics iText event based on passed product data. -
Uses of ProductData in com.itextpdf.commons.actions.data
Modifier and TypeMethodDescriptionstatic ProductData
CommonsProductData.getInstance()
Getter for an instance ofProductData
related to iText commons module. -
Uses of ProductData in com.itextpdf.kernel.actions.data
Modifier and TypeMethodDescriptionstatic ProductData
ITextCoreProductData.getInstance()
Getter for an instance ofProductData
related to iText core module. -
Uses of ProductData in com.itextpdf.kernel.pdf
Modifier and TypeMethodDescriptionboolean
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. -
Uses of ProductData in com.itextpdf.kernel.pdf.statistics
ModifierConstructorDescriptionNumberOfPagesStatisticsEvent
(int numberOfPages, ProductData productData) Creates an instance of this class based on theProductData
and the number of pages.SizeOfPdfStatisticsEvent
(long amountOfBytes, ProductData productData) Creates an instance of this class based on theProductData
and the size of the document.