次の方法で共有


SdtContentRow コンストラクター

定義

オーバーロード

SdtContentRow()

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

SdtContentRow(OpenXmlElement[])

指定した子要素を使用して SdtContentRow クラスの新しいインスタンスを初期化します。

SdtContentRow(IEnumerable<OpenXmlElement>)

指定した子要素を使用して SdtContentRow クラスの新しいインスタンスを初期化します。

SdtContentRow(String)

外部 XML から SdtContentRow クラスの新しいインスタンスを初期化します。

SdtContentRow()

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

public SdtContentRow ();
Public Sub New ()

適用対象

SdtContentRow(OpenXmlElement[])

指定した子要素を使用して SdtContentRow クラスの新しいインスタンスを初期化します。

public SdtContentRow (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.SdtContentRow : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRow
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

SdtContentRow(IEnumerable<OpenXmlElement>)

指定した子要素を使用して SdtContentRow クラスの新しいインスタンスを初期化します。

public SdtContentRow (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.SdtContentRow : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRow
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

SdtContentRow(String)

外部 XML から SdtContentRow クラスの新しいインスタンスを初期化します。

public SdtContentRow (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.SdtContentRow : string -> DocumentFormat.OpenXml.Wordprocessing.SdtContentRow
Public Sub New (outerXml As String)

パラメーター

outerXml
String

要素の外部 XML を指定します。

適用対象