```var value = new { Company_Name = new MiniWordColorText { Text = "MiniSofteware", FontColor = "#eb70AB", }, Name = new[] { new MiniWordColorText { Text = "Ja", HighlightColor = "#eb70AB" }, new MiniWordColorText { Text = "ck", HighlightColor = "#a56abe" } }, CreateDate = new MiniWordColorText { Text = new DateTime(2021, 01, 01).ToString(), HighlightColor = "#eb70AB", FontColor = "#ffffff", }, VIP = true, Points = 123, APP = "Demo APP", }; MiniWord.SaveAsByTemplate(path, templatePath, value); ```  使用以上代码(从示例复制)创建Jack名称,增加背景颜色,在MS Office Word打开时背景正常(Ja字符是玫红背景,ck字符是紫色背景),但是使用WPS打开时Jack这4个字符都是紫色背景。对于FontColor 也存在类似问题。
使用以上代码(从示例复制)创建Jack名称,增加背景颜色,在MS Office Word打开时背景正常(Ja字符是玫红背景,ck字符是紫色背景),但是使用WPS打开时Jack这4个字符都是紫色背景。对于FontColor 也存在类似问题。