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

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

Constructs a Cell with a certain content.
The string will be converted into a Paragraph.
public Cell ( string content ) : System
content string a string
Результат System
        public Cell(string content) : this() {
            AddElement(new Paragraph(content));
        }

Same methods

Cell::Cell ( ) : System
Cell::Cell ( IElement element ) : System
Cell::Cell ( bool dummy ) : System