コード例 #1
0
ファイル: DiagramDataModel.cs プロジェクト: 89sos98/npoi
 public CT_DataModel()
 {
     this.extLstField = new CT_OfficeArtExtensionList();
     this.wholeField = new CT_WholeE2oFormatting();
     this.bgField = new CT_BackgroundFormatting();
     this.cxnLstField = new List<CT_Cxn>();
     this.ptLstField = new List<CT_Pt>();
 }
コード例 #2
0
ファイル: DiagramDataModel.cs プロジェクト: xewn/Npoi.Core
 public CT_DataModel()
 {
     this.extLstField = new CT_OfficeArtExtensionList();
     this.wholeField  = new CT_WholeE2oFormatting();
     this.bgField     = new CT_BackgroundFormatting();
     this.cxnLstField = new List <CT_Cxn>();
     this.ptLstField  = new List <CT_Pt>();
 }