public class NumberOfPagesStatisticsAggregator
extends com.itextpdf.commons.actions.AbstractStatisticsAggregator
| Constructor and Description |
|---|
NumberOfPagesStatisticsAggregator() |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(com.itextpdf.commons.actions.AbstractStatisticsEvent event)
Aggregates number of pages from the provided event.
|
void |
merge(com.itextpdf.commons.actions.AbstractStatisticsAggregator aggregator)
Merges data about amounts of ranges of pages from the provided aggregator into this aggregator.
|
Object |
retrieveAggregation()
Retrieves Map where keys are ranges of pages and values are the amounts of such PDF documents.
|
public void aggregate(com.itextpdf.commons.actions.AbstractStatisticsEvent event)
aggregate in class com.itextpdf.commons.actions.AbstractStatisticsAggregatorevent - NumberOfPagesStatisticsEvent instancepublic Object retrieveAggregation()
retrieveAggregation in class com.itextpdf.commons.actions.AbstractStatisticsAggregatorMappublic void merge(com.itextpdf.commons.actions.AbstractStatisticsAggregator aggregator)
merge in class com.itextpdf.commons.actions.AbstractStatisticsAggregatoraggregator - NumberOfPagesStatisticsAggregator from which data will be taken.Copyright © 1998–2025 Apryse Group NV. All rights reserved.