Share via


SdtDocPartType コンストラクター

定義

オーバーロード

SdtDocPartType()

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

SdtDocPartType(OpenXmlElement[])

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

SdtDocPartType(IEnumerable<OpenXmlElement>)

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

SdtDocPartType(String)

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

SdtDocPartType()

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

protected SdtDocPartType ();
Protected Sub New ()

適用対象

SdtDocPartType(OpenXmlElement[])

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

protected SdtDocPartType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType
Protected Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

SdtDocPartType(IEnumerable<OpenXmlElement>)

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

protected SdtDocPartType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

SdtDocPartType(String)

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

protected SdtDocPartType (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType : string -> DocumentFormat.OpenXml.Wordprocessing.SdtDocPartType
Protected Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象