Skip to main content
Skip table of contents

PdfPTableEventForwarder

PdfPTableEventForwarder 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.PdfPTableEventForwarder[[PdfPTableEventForwarder]]
  end
  subgraph iTextSharp.text.pdf
  iTextSharp.text.pdf.IPdfPTableEventAfterSplit[[IPdfPTableEventAfterSplit]]
  class iTextSharp.text.pdf.IPdfPTableEventAfterSplit interfaceStyle;
  iTextSharp.text.pdf.IPdfPTableEventSplit[[IPdfPTableEventSplit]]
  class iTextSharp.text.pdf.IPdfPTableEventSplit interfaceStyle;
  iTextSharp.text.pdf.IPdfPTableEvent[[IPdfPTableEvent]]
  class iTextSharp.text.pdf.IPdfPTableEvent interfaceStyle;
  end
iTextSharp.text.pdf.IPdfPTableEventAfterSplit --> iTextSharp.text.pdf.events.PdfPTableEventForwarder
iTextSharp.text.pdf.IPdfPTableEventSplit --> iTextSharp.text.pdf.IPdfPTableEventAfterSplit
iTextSharp.text.pdf.IPdfPTableEvent --> iTextSharp.text.pdf.IPdfPTableEventSplit

Members

Methods

Public methods
ReturnsName
voidAddTableEvent(IPdfPTableEvent eventa)
voidAfterSplitTable(PdfPTable table, PdfPRow startRow, int startIdx)
voidSplitTable(PdfPTable table)
voidTableLayout(PdfPTable table, float``[][] widths, float``[] heights, int headerRows, int rowStart, PdfContentByte[] canvases)

Details

Inheritance

Constructors

PdfPTableEventForwarder

Source code

public PdfPTableEventForwarder()

Methods

AddTableEvent

Source code

public virtual void AddTableEvent(IPdfPTableEvent eventa)
Arguments
TypeNameDescription
IPdfPTableEventeventa
TableLayout

Source code

public virtual void TableLayout(PdfPTable table, float[][] widths, float[] heights, int headerRows, int rowStart, PdfContentByte[] canvases)
Arguments
TypeNameDescription
PdfPTabletable
float``[][]widths
float``[]heights
intheaderRows
introwStart
PdfContentByte[]canvases
SplitTable

Source code

public virtual void SplitTable(PdfPTable table)
Arguments
TypeNameDescription
PdfPTabletable
AfterSplitTable

Source code

public virtual void AfterSplitTable(PdfPTable table, PdfPRow startRow, int startIdx)
Arguments
TypeNameDescription
PdfPTabletable
PdfPRowstartRow
intstartIdx

Generated with ModularDoc

JavaScript errors detected

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

If this problem persists, please contact our support.