Uses of Class
com.lowagie.text.pdf.events.IndexEvents.Entry
-
Packages that use IndexEvents.Entry Package Description com.lowagie.text.pdf.events -
-
Uses of IndexEvents.Entry in com.lowagie.text.pdf.events
Methods in com.lowagie.text.pdf.events that return types with arguments of type IndexEvents.Entry Modifier and Type Method Description List<IndexEvents.Entry>IndexEvents. getSortedEntries()Returns the sorted list with the entries and the collected page numbers.Method parameters in com.lowagie.text.pdf.events with type arguments of type IndexEvents.Entry Modifier and Type Method Description voidIndexEvents. setComparator(Comparator<IndexEvents.Entry> aComparator)Set the comparator.
-