Uses of Class
com.itextpdf.text.pdf.events.IndexEvents.Entry
-
Packages that use IndexEvents.Entry Package Description com.itextpdf.text.pdf.events -
-
Uses of IndexEvents.Entry in com.itextpdf.text.pdf.events
Fields in com.itextpdf.text.pdf.events with type parameters of type IndexEvents.Entry Modifier and Type Field Description private java.util.Comparator<IndexEvents.Entry>IndexEvents. comparatorComparator for sorting the indexprivate java.util.List<IndexEvents.Entry>IndexEvents. indexentrythe list for the index entryMethods in com.itextpdf.text.pdf.events that return types with arguments of type IndexEvents.Entry Modifier and Type Method Description java.util.List<IndexEvents.Entry>IndexEvents. getSortedEntries()Returns the sorted list with the entries and the collected page numbers.Method parameters in com.itextpdf.text.pdf.events with type arguments of type IndexEvents.Entry Modifier and Type Method Description voidIndexEvents. setComparator(java.util.Comparator<IndexEvents.Entry> aComparator)Set the comparator.
-