private void SetAllNull() { this.FontName = null; this.CharacterSet = null; this.FontFamily = null; this.Bold = null; this.Italic = null; this.Strike = null; this.Outline = null; this.Shadow = null; this.Condense = null; this.Extend = null; this.clrFontColor = new SLColor(this.listThemeColors, this.listIndexedColors); HasFontColor = false; this.FontSize = null; this.vUnderline = UnderlineValues.None; HasUnderline = false; this.vVerticalAlignment = VerticalAlignmentRunValues.Baseline; HasVerticalAlignment = false; this.vFontScheme = FontSchemeValues.None; HasFontScheme = false; }
private void SetAllNull() { FontName = null; CharacterSet = null; FontFamily = null; Bold = null; Italic = null; Strike = null; Outline = null; Shadow = null; Condense = null; Extend = null; clrFontColor = new SLColor(listThemeColors, listIndexedColors); HasFontColor = false; FontSize = null; vUnderline = UnderlineValues.None; HasUnderline = false; vVerticalAlignment = VerticalAlignmentRunValues.Baseline; HasVerticalAlignment = false; vFontScheme = FontSchemeValues.None; HasFontScheme = false; }