次の方法で共有


WriteProtection.AlgorithmIdExtensibilitySource プロパティ

定義

アルゴリズム拡張ソース

スキーマ内の次の属性を表します。 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=" />  

Contoso属性値はalgIdExtSource、ここで使用するアルゴリズムが Contoso アプリケーションによって発行されたことを指定します。

この属性に使用できる値は、単純型によって ST_String 定義されます。

適用対象