Class IndexEvents.Entry
- Namespace
- iTextSharp.text.pdf.events
- Assembly
- iTextSharp.LGPLv2.Core.dll
public class IndexEvents.Entry
- Inheritance
-
IndexEvents.Entry
- Inherited Members
Constructors
Entry(string, string, string, string, IndexEvents)
Create a new object.
public Entry(string aIn1, string aIn2, string aIn3, string aTag, IndexEvents parent)
Parameters
aIn1
stringThe first level.
aIn2
stringThe second level.
aIn3
stringThe third level.
aTag
stringThe tag.
parent
IndexEvents
Methods
AddPageNumberAndTag(int, string)
Add a pagenumber.
public void AddPageNumberAndTag(int number, string tag)
Parameters
GetIn1()
Returns the in1.
public string GetIn1()
Returns
- string
Returns the in1.
GetIn2()
Returns the in2.
public string GetIn2()
Returns
- string
Returns the in2.
GetIn3()
Returns the in3.
public string GetIn3()
Returns
- string
Returns the in3.
GetKey()
Returns the key for the map-entry.
public string GetKey()
Returns
- string
Returns the key for the map-entry.
GetPageNumber()
Returns the pagenumer for this entry.
public int GetPageNumber()
Returns
- int
Returns the pagenumer for this entry.
GetPagenumbers()
Returns the pagenumbers.
public IList<int> GetPagenumbers()
Returns
GetTag()
Returns the tag.
public string GetTag()
Returns
- string
Returns the tag.
GetTags()
Returns the tags.
public IList<string> GetTags()
Returns
ToString()
print the entry (only for test)
public override string ToString()
Returns
- string
the toString implementation of the entry