| java.lang.Object com.lowagie.text.pdf.PdfPageEventHelper com.lowagie.text.pdf.events.IndexEvents
Inner Class :public class Entry | |
Method Summary | |
public Chunk | create(String text, String in1, String in2, String in3) Create an index entry.
Parameters: text - The text for the Chunk. Parameters: in1 - The first level. Parameters: in2 - The second level. Parameters: in3 - The third level. | public Chunk | create(String text, String in1) Create an index entry.
Parameters: text - The text for the Chunk. Parameters: in1 - The first level. | public Chunk | create(String text, String in1, String in2) Create an index entry.
Parameters: text - The text for the Chunk. Parameters: in1 - The first level. Parameters: in2 - The second level. | public void | create(Chunk text, String in1, String in2, String in3) Create an index entry. | public void | create(Chunk text, String in1) Create an index entry. | public void | create(Chunk text, String in1, String in2) Create an index entry. | public List | getSortedEntries() Returns the sorted list with the entries and the collected page numbers. | public void | onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text) All the text that is passed to this event, gets registered in the indexentry. | public void | setComparator(Comparator aComparator) Set the comparator. |
create | public Chunk create(String text, String in1, String in2, String in3)(Code) | | Create an index entry.
Parameters: text - The text for the Chunk. Parameters: in1 - The first level. Parameters: in2 - The second level. Parameters: in3 - The third level. Returns the Chunk. |
create | public Chunk create(String text, String in1)(Code) | | Create an index entry.
Parameters: text - The text for the Chunk. Parameters: in1 - The first level. Returns the Chunk. |
create | public Chunk create(String text, String in1, String in2)(Code) | | Create an index entry.
Parameters: text - The text for the Chunk. Parameters: in1 - The first level. Parameters: in2 - The second level. Returns the Chunk. |
create | public void create(Chunk text, String in1, String in2, String in3)(Code) | | Create an index entry.
Parameters: text - The text. Parameters: in1 - The first level. Parameters: in2 - The second level. Parameters: in3 - The third level. |
create | public void create(Chunk text, String in1)(Code) | | Create an index entry.
Parameters: text - The text. Parameters: in1 - The first level. |
create | public void create(Chunk text, String in1, String in2)(Code) | | Create an index entry.
Parameters: text - The text. Parameters: in1 - The first level. Parameters: in2 - The second level. |
getSortedEntries | public List getSortedEntries()(Code) | | Returns the sorted list with the entries and the collected page numbers.
Returns the sorted list with the entries and teh collected page numbers. |
setComparator | public void setComparator(Comparator aComparator)(Code) | | Set the comparator.
Parameters: aComparator - The comparator to set. |
Methods inherited from com.lowagie.text.pdf.PdfPageEventHelper | public void onChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title)(Code)(Java Doc) public void onChapterEnd(PdfWriter writer, Document document, float position)(Code)(Java Doc) public void onCloseDocument(PdfWriter writer, Document document)(Code)(Java Doc) public void onEndPage(PdfWriter writer, Document document)(Code)(Java Doc) public void onGenericTag(PdfWriter writer, Document document, Rectangle rect, String text)(Code)(Java Doc) public void onOpenDocument(PdfWriter writer, Document document)(Code)(Java Doc) public void onParagraph(PdfWriter writer, Document document, float paragraphPosition)(Code)(Java Doc) public void onParagraphEnd(PdfWriter writer, Document document, float paragraphPosition)(Code)(Java Doc) public void onSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title)(Code)(Java Doc) public void onSectionEnd(PdfWriter writer, Document document, float position)(Code)(Java Doc) public void onStartPage(PdfWriter writer, Document document)(Code)(Java Doc)
|
|
|