次の方法で共有


EventDocBuildingBlockAfterInsertXsdString コンストラクター

定義

オーバーロード

EventDocBuildingBlockAfterInsertXsdString()

EventDocBuildingBlockAfterInsertXsdString クラスの新しいインスタンスを初期化します。

EventDocBuildingBlockAfterInsertXsdString(String)

指定したテキスト コンテンツを使用して EventDocBuildingBlockAfterInsertXsdString クラスの新しいインスタンスを初期化します。

EventDocBuildingBlockAfterInsertXsdString()

EventDocBuildingBlockAfterInsertXsdString クラスの新しいインスタンスを初期化します。

public EventDocBuildingBlockAfterInsertXsdString ();
Public Sub New ()

適用対象

EventDocBuildingBlockAfterInsertXsdString(String)

指定したテキスト コンテンツを使用して EventDocBuildingBlockAfterInsertXsdString クラスの新しいインスタンスを初期化します。

public EventDocBuildingBlockAfterInsertXsdString (string text);
new DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString : string -> DocumentFormat.OpenXml.Office.Word.EventDocBuildingBlockAfterInsertXsdString
Public Sub New (text As String)

パラメーター

text
String

要素のテキスト コンテンツを指定します。

適用対象