iTextSharp.text.pdf.PdfPCell.PdfPCell C# (CSharp) Метод

PdfPCell() публичный Метод

public PdfPCell ( ) : System
Результат System
        public PdfPCell()
            : base(0, 0, 0, 0)
        {
            borderWidth = 0.5f;
            border = BOX;
            column.SetLeading(0, 1);
        }

Same methods

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