예제 #1
0
 public CT_TableCell()
 {
     this.extLstField   = new CT_OfficeArtExtensionList();
     this.tcPrField     = new CT_TableCellProperties();
     this.txBodyField   = new CT_TextBody();
     this.rowSpanField  = 1;
     this.gridSpanField = 1;
     this.hMergeField   = false;
     this.vMergeField   = false;
 }
예제 #2
0
파일: Table.cs 프로젝트: xoposhiy/npoi
 public CT_TableCell()
 {
     this.extLstField = new CT_OfficeArtExtensionList();
     this.tcPrField = new CT_TableCellProperties();
     this.txBodyField = new CT_TextBody();
     this.rowSpanField = 1;
     this.gridSpanField = 1;
     this.hMergeField = false;
     this.vMergeField = false;
 }