WriteProtection.Recommended 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在用户界面中推荐写入保护
表示架构中的以下属性:w:recommended
[DocumentFormat.OpenXml.SchemaAttr(23, "recommended")]
public DocumentFormat.OpenXml.OnOffValue Recommended { get; set; }
public DocumentFormat.OpenXml.OnOffValue Recommended { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "recommended")]
public DocumentFormat.OpenXml.OnOffValue? Recommended { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:recommended")]
public DocumentFormat.OpenXml.OnOffValue? Recommended { get; set; }
public DocumentFormat.OpenXml.OnOffValue? Recommended { get; set; }
member this.Recommended : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "recommended")>]
member this.Recommended : DocumentFormat.OpenXml.OnOffValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:recommended")>]
member this.Recommended : DocumentFormat.OpenXml.OnOffValue with get, set
Public Property Recommended As OnOffValue
属性值
返回 EnumValue<T>。
- 属性
注解
使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。
指定应用程序应提供用户界面,建议用户以写入保护状态打开此文档。 如果用户选择这样做,文档应受到写入保护,否则,文档应完全可编辑打开。
如果省略此属性,则不应提供建议用户以写入保护状态打开此文档的用户界面。 password
如果还指定了 属性,则应忽略此设置。
请考虑一个 WordprocessingML 文档,该文档指定应用程序应建议对此文档进行写入保护。 将在文档设置中使用以下 WordprocessingML 指定此要求:
<w:writeProtection w:recommended="true" />
属性 recommended
的值 true
指定应用程序应对提供的任何密码进行哈希处理,如果它与此哈希值匹配,则只能停止执行写入保护。
此属性的可能值由 ST_OnOff
简单类型定义。