Section.ProtectedForForms 属性

定义

如果保护指定节中的窗体,则该属性值为 True。 如果保护节中的窗体,则只能选择和修改窗体域中的文本。

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

属性值

注解

若要保护整个文档,请使用 Protect(WdProtectionType, Object, Object, Object, Object) 对象的 方法 Document

适用于