Document.DisableFeaturesIntroducedAfter 属性

获取或设置一个值,该值确定在指定版本的 Microsoft Office Word 之后引入的所有功能是否仅在该文档中禁用。

命名空间:  Microsoft.Office.Tools.Word
程序集:  Microsoft.Office.Tools.Word(在 Microsoft.Office.Tools.Word.dll 中)

语法

声明
Property DisableFeaturesIntroducedAfter As WdDisableFeaturesIntroducedAfter
    Get
    Set
WdDisableFeaturesIntroducedAfter DisableFeaturesIntroducedAfter { get; set; }

属性值

类型:Microsoft.Office.Interop.Word.WdDisableFeaturesIntroducedAfter
WdDisableFeaturesIntroducedAfter 值之一。

备注

在设置 DisableFeaturesIntroducedAfter 属性之前,必须先将 DisableFeatures 属性设置为 true。 否则,该设置将不生效,并且将保留在 Word 97 for Windows 的默认设置。

DisableFeaturesIntroducedAfter 属性只影响要设置属性的文档。 如果您希望为应用程序设置一个全局选项,以禁用所有文档的功能,请使用 DisableFeaturesIntroducedAfterbyDefault 属性。

.NET Framework 安全性

请参见

参考

Document 接口

Microsoft.Office.Tools.Word 命名空间