C# Class PdfRpt.Core.Contracts.PdfGrid

PdfGrid represents the iTextSharp.text.pdf.PdfPTable class.
Inheritance: iTextSharp.text.pdf.PdfPTable
Mostra file Open project: VahidN/PdfReport Class Usage Examples

Public Methods

Method 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 method

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

PdfGrid() public method

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

PdfGrid() public method

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