Package | Description |
---|---|
com.itextpdf.commons.actions | |
com.itextpdf.kernel.pdf.statistics |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractStatisticsAggregator.aggregate(AbstractStatisticsEvent event)
Aggregates data from the provided event.
|
Modifier and Type | Class and Description |
---|---|
class |
NumberOfPagesStatisticsEvent
Class which represents event for counting the number of pages in a PDF document.
|
class |
SizeOfPdfStatisticsEvent
Class which represents event related to size of the PDF document.
|
Modifier and Type | Method and Description |
---|---|
void |
NumberOfPagesStatisticsAggregator.aggregate(AbstractStatisticsEvent event)
Aggregates number of pages from the provided event.
|
void |
SizeOfPdfStatisticsAggregator.aggregate(AbstractStatisticsEvent event)
Aggregates size of the PDF document from the provided event.
|
Copyright © 1998–2022 iText Group NV. All rights reserved.