| Package | Description |
|---|---|
| com.itextpdf.commons.actions | |
| com.itextpdf.kernel.pdf.statistics |
| Modifier and Type | Method and Description |
|---|---|
AbstractStatisticsAggregator |
AbstractStatisticsEvent.createStatisticsAggregatorFromName(String statisticsName)
Creates statistics aggregator based on provided statistics name.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractStatisticsAggregator.merge(AbstractStatisticsAggregator aggregator)
Merges data from the provided aggregator into this aggregator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NumberOfPagesStatisticsAggregator
Statistics aggregator which aggregates number of pages in PDF documents.
|
class |
SizeOfPdfStatisticsAggregator
Statistics aggregator which aggregates size of PDF documents.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractStatisticsAggregator |
NumberOfPagesStatisticsEvent.createStatisticsAggregatorFromName(String statisticsName)
Creates statistics aggregator based on provided statistics name.
|
AbstractStatisticsAggregator |
SizeOfPdfStatisticsEvent.createStatisticsAggregatorFromName(String statisticsName)
Creates statistics aggregator based on provided statistics name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NumberOfPagesStatisticsAggregator.merge(AbstractStatisticsAggregator aggregator)
Merges data about amounts of ranges of pages from the provided aggregator into this aggregator.
|
void |
SizeOfPdfStatisticsAggregator.merge(AbstractStatisticsAggregator aggregator)
Merges data about amounts of ranges of document sizes from the provided aggregator into this aggregator.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.