C# Class iTextSharp.tool.xml.html.table.TableBorderEvent

Inheritance: IPdfPTableEvent
Afficher le fichier Open project: boecko/iTextSharp Class Usage Examples

Méthodes publiques

Méthode Description
TableBorderEvent ( TableStyleValues styleValues ) : System
TableLayout ( PdfPTable table, float width, float height, int headerRows, int rowStart, PdfContentByte canvas ) : void

Method Details

TableBorderEvent() public méthode

public TableBorderEvent ( TableStyleValues styleValues ) : System
styleValues TableStyleValues
Résultat System

TableLayout() public méthode

public TableLayout ( PdfPTable table, float width, float height, int headerRows, int rowStart, PdfContentByte canvas ) : void
table iTextSharp.text.pdf.PdfPTable
width float
height float
headerRows int
rowStart int
canvas iTextSharp.text.pdf.PdfContentByte
Résultat void