Method | Description | |
---|---|---|
PdfGrid ( |
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.
|
public PdfGrid ( |
||
table | the PdfPTableto be copied | |
return | iTextSharp.text.pdf |
public PdfGrid ( float relativeWidths ) : iTextSharp.text.pdf | ||
relativeWidths | float | the relative column widths |
return | iTextSharp.text.pdf |
public PdfGrid ( int numColumns ) : iTextSharp.text.pdf | ||
numColumns | int | the number of columns |
return | iTextSharp.text.pdf |