适用于:Office 2019、Office 2016 在Office 中,将自动使用兼容性模式打开 Word、Excel 和 PowerPoint 文档(在早期版本的这些应用程序中创建)。 兼容性模式可确保在用户使用文档时不会提供 Office 中的新功能或改进的功能,以便让使用早期版本的 Office 的人员获得完全的编辑能力。 兼容性模式还保留了文档的布局。
1/ Open a Microsoft Word document that was saved in a previous format of Word.2/ Click the "Microsoft Office" button in the top left corner of your screen.3/Click "Convert." Click "OK" in the dialog box that appears. This converts the file to Word 2007 format ...
Sub InsertCheckbox() If (Application.Version = ActiveDocument.CompatibilityMode) Then Selection.Range.ContentControls.Add (wdContentControlCheckBox) End If End Sub 另请参阅Document 对象支持和反馈有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南...
publicintCompatibilityMode {get; } 属性值 Int32 一个指定在打开文档时 Word 使用的兼容性模式的值。 值对应于 Microsoft.Office.Interop 之一。Word。WdCompatibilityMode 值。 例外 MissingMemberException 在Word 2007 项目中使用此方法。 注解 打开在以前版本的 Word 中创建的文档时,将打开兼容模式。 兼容模式可...
CommandBars获取一个CommandBars集合,该集合表示 Microsoft Office Word 中的菜单栏和所有工具栏。 Comments获取一个Comments集合,该集合表示文档中的所有注释。 Compatibility获取一个值,用于指示指定的兼容性选项是否已启用。 CompatibilityMode获取一个值,该值指定在打开文档时 Word 使用的兼容性模式。此属性只能用于 Word...
命名空间:Microsoft.Office.Word.Server.Conversions 程序集:Microsoft.Office.Word.Server(位于 Microsoft.Office.Word.Server.dll 中) 语法 C# publicenumCompatibilityMode 成员 成员名称说明 Word2003将该文件转换为 Word 97 Word 2003 的兼容性模式。 Word2007将该文件转换为 Word 2007 兼容模式。
ActiveDocument.SetCompatibilityMode (wdWord2003) 另請參閱 Document 物件 支援和意見反應 有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱Office VBA 支援與意見反應。 意見反應 此頁面對您有幫助嗎?
Support for Office 2016 for Mac has ended Upgrade to Microsoft 365 to work anywhere from any device and continue to receive support. Upgrade now Cause: You opened a document that was created in an earlier version of Word. Solution:Save the document in the .docx file format....
or edit alt text, you must open the document in Microsoft Word 2010 or later, convert the document, and then save it. If you don't need to insert pictures, you can continue to work with the document in Word for the web in compatibility mode, and there's no need to ...
public int CompatibilityMode { get; } 属性值类型:System.Int32 一个指定在打开文档时 Word 使用的兼容性模式的值。该值与 Microsoft.Office.Interop.Word.WdCompatibilityMode 值之一相对应。异常展开表 异常条件 MissingMemberException 在Word 2007 项目中使用此方法。备注...