Example #1
0
 public CT_TableStyleCellStyle()
 {
     this.cell3DField = new CT_Cell3D();
     this.fillRefField = new CT_StyleMatrixReference();
     this.fillField = new CT_FillProperties();
     this.tcBdrField = new CT_TableCellBorderStyle();
 }
Example #2
0
 public CT_TableBackgroundStyle()
 {
     this.effectRefField = new CT_StyleMatrixReference();
     this.effectField = new CT_EffectProperties();
     this.fillRefField = new CT_StyleMatrixReference();
     this.fillField = new CT_FillProperties();
 }