Class IndexEvents.Entry
java.lang.Object
org.openpdf.text.pdf.events.IndexEvents.Entry
- Enclosing class:
IndexEvents
Class for an index entry.
In the first step, only in1, in2,in3 and tag are used. After the collections of the index entries, pagenumbers are used.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPageNumberAndTag(int number, String tag) Add a pagenumber.getIn1()Returns the in1.getIn2()Returns the in2.getIn3()Returns the in3.getKey()Returns the key for the map-entry.intReturns the pagenumber for this entry.Returns the pagenumbers.getTag()Returns the tag.getTags()Returns the tags.toString()print the entry (only for test)
-
Field Details
-
in1
first level -
in2
second level -
in3
third level -
tag
the tag -
pagenumbers
-
tags
-
-
Constructor Details
-
Entry
-
-
Method Details
-
getIn1
-
getIn2
-
getIn3
-
getTag
-
getPageNumber
public int getPageNumber()Returns the pagenumber for this entry.- Returns:
- Returns the pagenumber for this entry.
-
addPageNumberAndTag
Add a pagenumber.- Parameters:
number- The page number.tag- The tag.
-
getKey
Returns the key for the map-entry.- Returns:
- Returns the key for the map-entry.
-
getPagenumbers
-
getTags
-
toString
-