public class PdfOfficeFileTypeStatisticsAggregator
extends com.itextpdf.commons.actions.AbstractStatisticsAggregator
Constructor and Description |
---|
PdfOfficeFileTypeStatisticsAggregator()
Creates PdfOfficeFileTypeStatisticsAggregator instance.
|
Modifier and Type | Method and Description |
---|---|
void |
aggregate(com.itextpdf.commons.actions.AbstractStatisticsEvent event)
Aggregates office file type from the provided event.
|
void |
merge(com.itextpdf.commons.actions.AbstractStatisticsAggregator aggregator)
Merges data about amounts of office file types being converted from the provided aggregator into this aggregator.
|
Object |
retrieveAggregation()
Retrieves Map where keys are office file types and values are the amounts of such input files being converted.
|
public PdfOfficeFileTypeStatisticsAggregator()
PdfOfficeFileTypeStatisticsAggregator
instance.
public void aggregate(com.itextpdf.commons.actions.AbstractStatisticsEvent event)
aggregate
in class com.itextpdf.commons.actions.AbstractStatisticsAggregator
event
- PdfOfficeFileTypeStatisticsEvent
instance
public 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
- PdfOfficeFileTypeStatisticsAggregator
from which data will be taken.
Copyright © 1998–2022 iText Group NV. All rights reserved.