错误!使用主页选项卡将标题应用于要在此处显示的文本

jao*_*jao 3 microsoft-word word-2013-preview

在 Word 2013 Preview 中打开 Word 2010 文件时,我在文档的标题部分收到以下错误:

Error! Use the home tab to apply Title to the text that you want to appear here
Run Code Online (Sandbox Code Playgroud)

这是什么意思?我该如何解决这个问题?

jao*_*jao 8

该文档是在 Word 2010 的荷兰语版本中创建的,现在在 Word 2013 的英文版本中进行了编辑。域代码如下:

{ STYLEREF Titel \* MERGEFORMAT }
Run Code Online (Sandbox Code Playgroud)

'Titel' 是荷兰语中的标题。所以把它改成:

{ STYLEREF Title \* MERGEFORMAT }
Run Code Online (Sandbox Code Playgroud)

修复。