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

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

Constructs an empty Cell.
public Cell ( ) : System
Результат System
        public Cell() : base(0, 0, 0, 0) {
            // creates a Rectangle with BY DEFAULT a border of 0.5
            
            this.Border = UNDEFINED;
            this.BorderWidth = 0.5F;
            
            // initializes the arraylist and adds an element
            arrayList = new ArrayList();
        }

Same methods

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