次の方法で共有


Destination.Val プロパティ

定義

差し込み印刷の差し込み印刷の種類

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

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

プロパティ値

EnumValue<T> を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

特定のソース WordprocessingML ドキュメントで差し込み印刷を実行した結果となる差し込み文書の種類を指定します。

WordprocessingML 差し込み印刷データを次のように指定することを検討してください。

<w:destination w:val="email" />  

これにより、特定のマージされた WordprocessingML ドキュメントがホスティング アプリケーションによって使用され、マージされたドキュメントの静的な内容と、マップされたフィールドに入力された外部データを含む電子メールが生成されます。

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

適用対象