iTextSharp.text.SimpleCell.SimpleCell C# (CSharp) 메소드

SimpleCell() 공개 메소드

public SimpleCell ( bool row ) : System
row bool
리턴 System
        public SimpleCell(bool row) : base (0f, 0f, 0f, 0f) {
            cellgroup = row;
            Border = BOX;
        }