コード例 #1
0
 public XLDrawingStyle()
 {
     //Font = new XLDrawingFont(this);
     Alignment      = new XLDrawingAlignment(this);
     ColorsAndLines = new XLDrawingColorsAndLines(this);
     Size           = new XLDrawingSize(this);
     Protection     = new XLDrawingProtection(this);
     Properties     = new XLDrawingProperties(this);
     Margins        = new XLDrawingMargins(this);
     Web            = new XLDrawingWeb(this);
 }
コード例 #2
0
ファイル: XLDrawingStyle.cs プロジェクト: hal1932/ClosedXML
 public XLDrawingStyle()
 {
     //Font = new XLDrawingFont(this);
     Alignment = new XLDrawingAlignment(this);
     ColorsAndLines = new XLDrawingColorsAndLines(this);
     Size = new XLDrawingSize(this);
     Protection = new XLDrawingProtection(this);
     Properties = new XLDrawingProperties(this);
     Margins = new XLDrawingMargins(this);
     Web = new XLDrawingWeb(this);
 }