Class PdfOfficeFileTypeStatisticsEvent
java.lang.Object
com.itextpdf.commons.actions.AbstractITextEvent
com.itextpdf.commons.actions.AbstractProductITextEvent
com.itextpdf.commons.actions.AbstractStatisticsEvent
com.itextpdf.pdfoffice.statistics.PdfOfficeFileTypeStatisticsEvent
- All Implemented Interfaces:
-
com.itextpdf.commons.actions.IEvent
public class PdfOfficeFileTypeStatisticsEvent extends com.itextpdf.commons.actions.AbstractStatisticsEvent
Class which represents an event for specifying type of an office file, which has been converted to PDF. For internal usage only.
-
Constructor Summary
ConstructorDescriptionPdfOfficeFileTypeStatisticsEvent
(AbstractOfficeConverterProperties converterProperties) Creates an instance of this class based on theProductData
and the conversion properties. -
Method Summary
Modifier and TypeMethodDescriptioncom.itextpdf.commons.actions.AbstractStatisticsAggregator
createStatisticsAggregatorFromName
(String statisticsName) Methods inherited from class com.itextpdf.commons.actions.AbstractProductITextEvent
getProductData, getProductName
-
Constructor Details
-
PdfOfficeFileTypeStatisticsEvent
Creates an instance of this class based on theProductData
and the conversion properties.- Parameters:
-
converterProperties
- conversion properties with which an office file has been converted to PDF
-
-
Method Details
-
createStatisticsAggregatorFromName
public com.itextpdf.commons.actions.AbstractStatisticsAggregator createStatisticsAggregatorFromName(String statisticsName) - Overrides:
-
createStatisticsAggregatorFromName
in classcom.itextpdf.commons.actions.AbstractStatisticsEvent
-
getStatisticsNames
- Specified by:
-
getStatisticsNames
in classcom.itextpdf.commons.actions.AbstractStatisticsEvent
-