C# Class iTextSharp.text.pdf.events.IndexEvents.Entry

Exibir arquivo Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
AddPageNumberAndTag ( int number, String tag ) : void
Entry ( String aIn1, String aIn2, String aIn3, String aTag, IndexEvents parent ) : System
GetIn1 ( ) : String
GetIn2 ( ) : String
GetIn3 ( ) : String
GetKey ( ) : String
GetPageNumber ( ) : int
GetPagenumbers ( ) : ArrayList
GetTag ( ) : String
GetTags ( ) : ArrayList
ToString ( ) : String

Method Details

AddPageNumberAndTag() public method

public AddPageNumberAndTag ( int number, String tag ) : void
number int
tag String
return void

Entry() public method

public Entry ( String aIn1, String aIn2, String aIn3, String aTag, IndexEvents parent ) : System
aIn1 String
aIn2 String
aIn3 String
aTag String
parent IndexEvents
return System

GetIn1() public method

public GetIn1 ( ) : String
return String

GetIn2() public method

public GetIn2 ( ) : String
return String

GetIn3() public method

public GetIn3 ( ) : String
return String

GetKey() public method

public GetKey ( ) : String
return String

GetPageNumber() public method

public GetPageNumber ( ) : int
return int

GetPagenumbers() public method

public GetPagenumbers ( ) : ArrayList
return System.Collections.ArrayList

GetTag() public method

public GetTag ( ) : String
return String

GetTags() public method

public GetTags ( ) : ArrayList
return System.Collections.ArrayList

ToString() public method

public ToString ( ) : String
return String