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=" />
のContoso
属性値はalgIdExtSource
、ここで使用するアルゴリズムが Contoso アプリケーションによって発行されたことを指定します。
この属性に使用できる値は、単純型によって ST_String
定義されます。