C# Class PdfRpt.Core.Contracts.PdfGrid

PdfGrid represents the iTextSharp.text.pdf.PdfPTable class.
Inheritance: iTextSharp.text.pdf.PdfPTable
Afficher le fichier Open project: VahidN/PdfReport Class Usage Examples

Méthodes publiques

Méthode Description
PdfGrid ( PdfPTable table ) : iTextSharp.text.pdf

Constructs a copy of a PdfPTable.

PdfGrid ( float relativeWidths ) : iTextSharp.text.pdf

Constructs a PdfPTable with the relative column widths.

PdfGrid ( int numColumns ) : iTextSharp.text.pdf

Constructs a PdfPTable with numColumns columns.

Method Details

PdfGrid() public méthode

Constructs a copy of a PdfPTable.
public PdfGrid ( PdfPTable table ) : iTextSharp.text.pdf
table iTextSharp.text.pdf.PdfPTable the PdfPTableto be copied
Résultat iTextSharp.text.pdf

PdfGrid() public méthode

Constructs a PdfPTable with the relative column widths.
public PdfGrid ( float relativeWidths ) : iTextSharp.text.pdf
relativeWidths float the relative column widths
Résultat iTextSharp.text.pdf

PdfGrid() public méthode

Constructs a PdfPTable with numColumns columns.
public PdfGrid ( int numColumns ) : iTextSharp.text.pdf
numColumns int the number of columns
Résultat iTextSharp.text.pdf