允许快速保存不可用
Microsoft.Office.Interop.Word.Application.Options.AllowFastSave
在我的代码中似乎不可用。我正在使用 Microsoft Office 14.0 对象库,此列表中显示的所有其他属性似乎都可用,但 AllowFastSave
除外:
选项下的所有属性:http://msdn.microsoft.com/en-us/library/ms264392.aspx
允许快速保存: http://msdn.microsoft .com/en-us/library/microsoft.office.interop.word.options.allowfastsave.aspx
Microsoft.Office.Interop.Word.Application.Options.AllowFastSave
doesn't appear to be available in my code. I'm using the Microsoft Office 14.0 object library, and every other property that appears on this list seems to be available except AllowFastSave
:
All properties under options: http://msdn.microsoft.com/en-us/library/ms264392.aspx
AllowFastSave: http://msdn.microsoft.com/en-us/library/microsoft.office.interop.word.options.allowfastsave.aspx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信允许快速保存不再是Word 2010 中的一个选项(即您无法在Word 的选项中手动设置它)。 这篇文章同意。
I believe Allow Fast Saves is no longer an option in Word 2010 (i.e. you can't set it manually in Word's options). This article agrees.