Uses of Class
com.itextpdf.commons.actions.AbstractStatisticsEvent
-
Uses of AbstractStatisticsEvent in com.itextpdf.commons.actions
Modifier and TypeMethodDescriptionabstract void
AbstractStatisticsAggregator.aggregate
(AbstractStatisticsEvent event) Aggregates data from the provided event. -
Uses of AbstractStatisticsEvent in com.itextpdf.kernel.pdf.statistics
Modifier and TypeClassDescriptionclass
Class which represents event for counting the number of pages in a PDF document.class
Class which represents event related to size of the PDF document.Modifier and TypeMethodDescriptionvoid
NumberOfPagesStatisticsAggregator.aggregate
(AbstractStatisticsEvent event) Aggregates number of pages from the provided event.void
SizeOfPdfStatisticsAggregator.aggregate
(AbstractStatisticsEvent event) Aggregates size of the PDF document from the provided event.