java.lang.Object
com.lowagie.text.pdf.PdfPageEventHelper
com.lowagie.text.pdf.events.IndexEvents
- All Implemented Interfaces:
PdfPageEvent
Deprecated.
Class for an index.
- Author:
- Michael Niedermair
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Create an index entry.voidDeprecated.Create an index entry.voidDeprecated.Create an index entry.Deprecated.Create an index entry.Deprecated.Create an index entry.Deprecated.Create an index entry.Deprecated.Returns the sorted list with the entries and the collected page numbers.voidonGenericTag(PdfWriter writer, Document document, Rectangle rect, String text) Deprecated.All the text that is passed to this event, gets registered in the indexentry.voidsetComparator(Comparator<IndexEvents.Entry> aComparator) Deprecated.Set the comparator.Methods inherited from class com.lowagie.text.pdf.PdfPageEventHelper
onChapter, onChapterEnd, onCloseDocument, onEndPage, onOpenDocument, onParagraph, onParagraphEnd, onSection, onSectionEnd, onStartPage
-
Constructor Details
-
IndexEvents
public IndexEvents()Deprecated.
-
-
Method Details
-
onGenericTag
Deprecated.All the text that is passed to this event, gets registered in the indexentry.- Specified by:
onGenericTagin interfacePdfPageEvent- Overrides:
onGenericTagin classPdfPageEventHelper- Parameters:
writer- thePdfWriterfor this documentdocument- the documentrect- theRectanglecontaining theChunktext- the text of the tag- See Also:
-
create
Deprecated.Create an index entry.- Parameters:
text- The text for the Chunk.in1- The first level.in2- The second level.in3- The third level.- Returns:
- Returns the Chunk.
-
create
Deprecated.Create an index entry.- Parameters:
text- The text for the Chunk.in1- The first level.- Returns:
- Returns the Chunk.
-
create
Deprecated.Create an index entry.- Parameters:
text- The text for the Chunk.in1- The first level.in2- The second level.- Returns:
- Returns the Chunk.
-
create
Deprecated.Create an index entry.- Parameters:
text- The text.in1- The first level.in2- The second level.in3- The third level.
-
create
Deprecated.Create an index entry.- Parameters:
text- The text.in1- The first level.
-
create
Deprecated.Create an index entry.- Parameters:
text- The text.in1- The first level.in2- The second level.
-
setComparator
Deprecated.Set the comparator.- Parameters:
aComparator- The comparator to set.
-
getSortedEntries
Deprecated.Returns the sorted list with the entries and the collected page numbers.- Returns:
- Returns the sorted list with the entries and the collected page numbers.
-