コード例 #1
0
 public CT_CTStyleLabel()
 {
     this.txEffectClrLstField = new CT_Colors();
     this.txFillClrLstField   = new CT_Colors();
     this.txLinClrLstField    = new CT_Colors();
     this.effectClrLstField   = new CT_Colors();
     this.linClrLstField      = new CT_Colors();
     this.fillClrLstField     = new CT_Colors();
 }
コード例 #2
0
ファイル: DiagramColorTransform.cs プロジェクト: 89sos98/npoi
 public CT_CTStyleLabel()
 {
     this.txEffectClrLstField = new CT_Colors();
     this.txFillClrLstField = new CT_Colors();
     this.txLinClrLstField = new CT_Colors();
     this.effectClrLstField = new CT_Colors();
     this.linClrLstField = new CT_Colors();
     this.fillClrLstField = new CT_Colors();
 }