WriteProtection.AlgorithmIdExtensibilitySource 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
算法扩展性源
表示架构中的以下属性:w:algIdExtSource
[DocumentFormat.OpenXml.SchemaAttr(23, "algIdExtSource")]
public DocumentFormat.OpenXml.StringValue AlgorithmIdExtensibilitySource { get; set; }
public DocumentFormat.OpenXml.StringValue AlgorithmIdExtensibilitySource { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "algIdExtSource")]
public DocumentFormat.OpenXml.StringValue? AlgorithmIdExtensibilitySource { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:algIdExtSource")]
public DocumentFormat.OpenXml.StringValue? AlgorithmIdExtensibilitySource { get; set; }
public DocumentFormat.OpenXml.StringValue? AlgorithmIdExtensibilitySource { get; set; }
member this.AlgorithmIdExtensibilitySource : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "algIdExtSource")>]
member this.AlgorithmIdExtensibilitySource : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:algIdExtSource")>]
member this.AlgorithmIdExtensibilitySource : DocumentFormat.OpenXml.StringValue with get, set
Public Property AlgorithmIdExtensibilitySource As StringValue
属性值
返回 StringValue。
- 属性
注解
使用此类时,ECMA 国际标准 ECMA-376 中的以下信息可能很有用。
指定定义 特性指定的 algIdExt
算法值的应用程序。
请考虑 WordprocessingML 文档,其中一个保护元素中存储了以下信息:
<w:… w:algIdExt="0000000A"
w:algIdExtSource="Contoso"
w:hash="9oN7nWkCAyEZib1RomSJTjmPpCY=" />
的algIdExtSource
Contoso
属性值指定此处使用的算法是由 Contoso 应用程序发布的。
此属性的可能值由 ST_String
简单类型定义。