小编Wes*_*ley的帖子

无法更改 Microsoft Word 2010 中的文本颜色

我有在 Windows 7 32 位上运行的 Microsoft Office 2010 32 位。当突出显示文本并从迷你工具栏或功能区中选择一种颜色时,文本不会改变颜色。如果我更改多个单词的颜色,并为每个单词选择不同的颜色,工具栏和功能区将反映我选择的每个不同颜色,但它不会显示在文档中。因此,Word 似乎知道文本颜色,而不是简单地不应用更改。

什么可能导致无法查看文本颜色,我该如何解决?

到目前为止,我唯一的故障排除尝试是执行 Office 的修复安装。


编辑 1

我创建了一个文档,输入了一个单词,选择了它并更改了颜色。然后我将文档保存为 HTML。文字没有改变颜色。这是文档中的 HTML:

<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
xmlns="http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 14">
<meta name=Originator content="Microsoft Word 14">
<link rel=File-List href="Document_1_files/filelist.xml">
<!--[if gte mso 9]><xml>
 <o:DocumentProperties>
  <o:Author>Name</o:Author>
  <o:LastAuthor>Name</o:LastAuthor>
  <o:Revision>2</o:Revision>
  <o:TotalTime>0</o:TotalTime>
  <o:Created>2012-01-05T21:43:00Z</o:Created>
  <o:LastSaved>2012-01-05T21:43:00Z</o:LastSaved>
  <o:Pages>1</o:Pages>
  <o:Characters>5</o:Characters>
  <o:Company>Microsoft</o:Company>
  <o:Lines>1</o:Lines>
  <o:Paragraphs>1</o:Paragraphs>
  <o:CharactersWithSpaces>5</o:CharactersWithSpaces>
  <o:Version>14.00</o:Version>
 </o:DocumentProperties>
 <o:OfficeDocumentSettings>
  <o:AllowPNG/>
 </o:OfficeDocumentSettings>
</xml><![endif]-->
<link rel=themeData href="Document_1_files/themedata.thmx">
<link rel=colorSchemeMapping href="Document_1_files/colorschememapping.xml">
<!--[if gte mso 9]><xml> …
Run Code Online (Sandbox Code Playgroud)

windows microsoft-office microsoft-word microsoft-word-2010

13
推荐指数
1
解决办法
4万
查看次数