_Document.DisableFeatures 属性

定义

确定是否禁用属性中指定的 DisableFeaturesIntroducedAfter 版本之后引入的所有功能。

public:
 property bool DisableFeatures { bool get(); void set(bool value); };
public bool DisableFeatures { get; set; }
member this.DisableFeatures : bool with get, set
Public Property DisableFeatures As Boolean

属性值

注解

如果禁用 DisableFeaturesIntroducedAfter 属性中指定的版本之后引入的所有功能,则此属性返回 True;如果启用这些功能,则返回 False

DisableFeatures 属性只影响您设置该属性的文档。 如果计划使用早期版本的 Microsoft Word 的用户之间共享文档,请使用此属性,这样就不会引入其版本Word中不可用的文档功能。

DisableFeaturesbyDefault使用 属性在指定版本之后引入的所有文档中禁用功能。

适用于