Skip to main content
Skip table of contents

IndexEvents (1)

IndexEvents Public class

Diagram

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

Members

Methods

Public methods
ReturnsName
ChunkCreate(...)
List<Entry>GetSortedEntries()
voidOnGenericTag(PdfWriter writer, Document document, Rectangle rect, string text)
voidSetComparator(IComparer<Entry> aComparator)

Details

Inheritance

Nested types

Classes
  • Entry

Constructors

IndexEvents

Source code

public IndexEvents()

Methods

OnGenericTag

Source code

public override void OnGenericTag(PdfWriter writer, Document document, Rectangle rect, string text)
Arguments
TypeNameDescription
PdfWriterwriter
Documentdocument
Rectanglerect
stringtext
Create [1/6]

Source code

public virtual Chunk Create(string text, string in1, string in2, string in3)
Arguments
TypeNameDescription
stringtext
stringin1
stringin2
stringin3
Create [2/6]

Source code

public virtual Chunk Create(string text, string in1)
Arguments
TypeNameDescription
stringtext
stringin1
Create [3/6]

Source code

public virtual Chunk Create(string text, string in1, string in2)
Arguments
TypeNameDescription
stringtext
stringin1
stringin2
Create [4/6]

Source code

public virtual void Create(Chunk text, string in1, string in2, string in3)
Arguments
TypeNameDescription
Chunktext
stringin1
stringin2
stringin3
Create [5/6]

Source code

public virtual void Create(Chunk text, string in1)
Arguments
TypeNameDescription
Chunktext
stringin1
Create [6/6]

Source code

public virtual void Create(Chunk text, string in1, string in2)
Arguments
TypeNameDescription
Chunktext
stringin1
stringin2
SetComparator

Source code

public virtual void SetComparator(IComparer<Entry> aComparator)
Arguments
TypeNameDescription
IComparer<Entry>aComparator
GetSortedEntries

Source code

public virtual List<Entry> GetSortedEntries()

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.