1 write to _styles
Microsoft.Cci.Extensions (1)
Writers\Syntax\OpenXmlSyntaxWriter.cs (1)
25
_styles
= new StyleHelper();
10 references to _styles
Microsoft.Cci.Extensions (10)
Writers\Syntax\OpenXmlSyntaxWriter.cs (10)
39
disposeAction =
_styles
.SetColor("green");
43
disposeAction =
_styles
.SetColor("red");
49
disposeAction =
_styles
.SetColor("gray");
52
disposeAction =
_styles
.SetBgColor("yellow");
112
if (!
_styles
.HasStyle)
117
if (
_styles
.Color != null)
118
WriteCore("<w:color w:val='{0}' />",
_styles
.Color);
120
if (
_styles
.BgColor != null)
121
WriteCore("<w:highlight w:val='{0}' />",
_styles
.BgColor);
133
using (
_styles
.SetColor(color))