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); }