iTextSharp.text.pdf.PdfPCell.PdfPCell C# (CSharp) Method

PdfPCell() public method

public PdfPCell ( PdfPTable table ) : System
table PdfPTable
return System
        public PdfPCell(PdfPTable table)
            : this(table, null)
        {
        }

Same methods

PdfPCell::PdfPCell ( ) : System
PdfPCell::PdfPCell ( System.Image image ) : System
PdfPCell::PdfPCell ( System.Image image, bool fit ) : System
PdfPCell::PdfPCell ( PdfPCell cell ) : System
PdfPCell::PdfPCell ( PdfPTable table, PdfPCell style ) : System
PdfPCell::PdfPCell ( Phrase phrase ) : System