com.lowagie.text.pdf.events
public class IndexEvents.Entry extends Object
In the first step, only in1, in2,in3 and tag are used. After the collections of the index entries, pagenumbers are used.
| Field Summary | |
|---|---|
| String | in1
first level |
| String | in2
second level |
| String | in3
third level |
| List | pagenumbers
the list of all page numbers. |
| String | tag
the tag |
| List | tags
the list of all tags. |
| Constructor Summary | |
|---|---|
| Entry(String aIn1, String aIn2, String aIn3, String aTag)
Create a new object. | |
| Method Summary | |
|---|---|
| void | addPageNumberAndTag(int number, String tag)
Add a pagenumber. |
| String | getIn1()
Returns the in1. |
| String | getIn2()
Returns the in2. |
| String | getIn3()
Returns the in3. |
| String | getKey()
Returns the key for the map-entry. |
| List | getPagenumbers()
Returns the pagenumbers. |
| int | getPageNumber()
Returns the pagenumber for this entry. |
| String | getTag()
Returns the tag. |
| List | getTags()
Returns the tags. |
| String | toString()
print the entry (only for test) |
Parameters: aIn1 The first level. aIn2 The second level. aIn3 The third level. aTag The tag.
Parameters: number The page number. tag
Returns: Returns the in1.
Returns: Returns the in2.
Returns: Returns the in3.
Returns: Returns the key for the map-entry.
Returns: Returns the pagenumbers.
Returns: Returns the pagenumber for this entry.
Returns: Returns the tag.
Returns: Returns the tags.
Returns: the toString implementation of the entry