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 International Standard ECMA-376 からの次の情報は、このクラスを操作するときに役立ちます。

algIdExt属性で指定されたアルゴリズム値を定義したアプリケーションを指定します。

次の情報が保護要素のいずれかに格納されている WordprocessingML ドキュメントを検討してください。

<w:… w:algIdExt="0000000A"   
  w:algIdExtSource="Contoso"  
  w:hash="9oN7nWkCAyEZib1RomSJTjmPpCY=" />  

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

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

適用対象