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.AbstractStatisticsAggregator
event
- NumberOfPagesStatisticsEvent
instancepublic Object retrieveAggregation()
retrieveAggregation
in class com.itextpdf.commons.actions.AbstractStatisticsAggregator
Map
public void merge(com.itextpdf.commons.actions.AbstractStatisticsAggregator aggregator)
merge
in class com.itextpdf.commons.actions.AbstractStatisticsAggregator
aggregator
- NumberOfPagesStatisticsAggregator
from which data will be taken.Copyright © 1998–2023 Apryse Group NV. All rights reserved.