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 voidAbstractStatisticsAggregator. 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 classNumberOfPagesStatisticsEventClass which represents event for counting the number of pages in a PDF document.classSizeOfPdfStatisticsEventClass 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 voidNumberOfPagesStatisticsAggregator. aggregate(AbstractStatisticsEvent event)Aggregates number of pages from the provided event.voidSizeOfPdfStatisticsAggregator. aggregate(AbstractStatisticsEvent event)Aggregates size of the PDF document from the provided event.
-