Skip to main content
Skip table of contents

Entry

Entry Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.events.IndexEvents
  iTextSharp.text.pdf.events.IndexEvents.Entry[[Entry]]
  end

Members

Methods

Public methods
ReturnsName
voidAddPageNumberAndTag(int number, string tag)
stringGetIn1()
stringGetIn2()
stringGetIn3()
stringGetKey()
intGetPageNumber()
List<int>GetPagenumbers()
stringGetTag()
List<string>GetTags()
stringToString()

Details

Constructors

Entry

Source code

public Entry(string aIn1, string aIn2, string aIn3, string aTag, IndexEvents parent)
Arguments
TypeNameDescription
stringaIn1
stringaIn2
stringaIn3
stringaTag
IndexEventsparent

Methods

GetIn1

Source code

public virtual string GetIn1()
GetIn2

Source code

public virtual string GetIn2()
GetIn3

Source code

public virtual string GetIn3()
GetTag

Source code

public virtual string GetTag()
GetPageNumber

Source code

public virtual int GetPageNumber()
AddPageNumberAndTag

Source code

public virtual void AddPageNumberAndTag(int number, string tag)
Arguments
TypeNameDescription
intnumber
stringtag
GetKey

Source code

public virtual string GetKey()
GetPagenumbers

Source code

public virtual List<int> GetPagenumbers()
GetTags

Source code

public virtual List<string> GetTags()
ToString

Source code

public override string ToString()

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.