次の方法で共有


DocPartName.Val プロパティ

定義

Name Value

スキーマ内の次の属性を表します: w:val

[DocumentFormat.OpenXml.SchemaAttr(23, "val")]
public DocumentFormat.OpenXml.StringValue Val { get; set; }
public DocumentFormat.OpenXml.StringValue Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "val")]
public DocumentFormat.OpenXml.StringValue? Val { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:val")]
public DocumentFormat.OpenXml.StringValue? Val { get; set; }
public DocumentFormat.OpenXml.StringValue? Val { get; set; }
member this.Val : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "val")>]
member this.Val : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:val")>]
member this.Val : DocumentFormat.OpenXml.StringValue with get, set
Public Property Val As StringValue

プロパティ値

StringValue を返します。

属性

注釈

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

現在の用語集ドキュメント エントリの名前を含む文字列値を指定します。

1 つの用語集ドキュメント エントリの名前として、次の WordprocessingML フラグメントを検討してください。

<w:name w:val="Sample Entry" />  

val属性は、親エントリの名前がSample Entryされることを指定します。

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

適用対象