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
|
Returns |
Name |
|---|---|
|
|
( |
|
|
() |
|
|
(
writer,
document,
rect, |
|
|
( |
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
Create [1/6]
Source code
public virtual Chunk Create(string text, string in1, string in2, string in3)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
|
|
|
in1 |
|
|
|
in2 |
|
|
|
in3 |
Create [2/6]
Source code
public virtual Chunk Create(string text, string in1)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
|
|
|
in1 |
Create [3/6]
Source code
public virtual Chunk Create(string text, string in1, string in2)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
|
|
|
in1 |
|
|
|
in2 |
Create [4/6]
Source code
public virtual void Create(Chunk text, string in1, string in2, string in3)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
|
|
|
in1 |
|
|
|
in2 |
|
|
|
in3 |
Create [5/6]
Source code
public virtual void Create(Chunk text, string in1)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
|
|
|
in1 |
Create [6/6]
Source code
public virtual void Create(Chunk text, string in1, string in2)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
|
|
|
in1 |
|
|
|
in2 |
SetComparator
Source code
public virtual void SetComparator(IComparer<Entry> aComparator)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
aComparator |
GetSortedEntries
Source code
public virtual List<Entry> GetSortedEntries()
Generated with ModularDoc