Uses of Class
com.itextpdf.commons.actions.AbstractStatisticsEvent
-
Packages that use AbstractStatisticsEvent Package Description com.itextpdf.commons.actions com.itextpdf.kernel.pdf.statistics -
-
Uses of AbstractStatisticsEvent in com.itextpdf.commons.actions
Methods in com.itextpdf.commons.actions with parameters of type AbstractStatisticsEvent Modifier and Type Method Description abstract void
AbstractStatisticsAggregator. aggregate(AbstractStatisticsEvent event)
Aggregates data from the provided event. -
Uses of AbstractStatisticsEvent in com.itextpdf.kernel.pdf.statistics
Subclasses of AbstractStatisticsEvent in com.itextpdf.kernel.pdf.statistics Modifier and Type Class Description class
NumberOfPagesStatisticsEvent
Class which represents event for counting the number of pages in a PDF document.class
SizeOfPdfStatisticsEvent
Class which represents event related to size of the PDF document.Methods in com.itextpdf.kernel.pdf.statistics with parameters of type AbstractStatisticsEvent Modifier and Type Method Description void
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.
-