Table of Contents

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 string

The first level.

aIn2 string

The second level.

aIn3 string

The third level.

aTag string

The tag.

parent IndexEvents

Methods

AddPageNumberAndTag(int, string)

Add a pagenumber.

public void AddPageNumberAndTag(int number, string tag)

Parameters

number int

The page number.

tag string

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

IList<int>

Returns the pagenumbers.

GetTag()

Returns the tag.

public string GetTag()

Returns

string

Returns the tag.

GetTags()

Returns the tags.

public IList<string> GetTags()

Returns

IList<string>

Returns the tags.

ToString()

print the entry (only for test)

public override string ToString()

Returns

string

the toString implementation of the entry