次の方法で共有


BodyType コンストラクター

定義

オーバーロード

BodyType()

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

BodyType(OpenXmlElement[])

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

BodyType(IEnumerable<OpenXmlElement>)

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

BodyType(String)

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

BodyType()

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

protected BodyType ();
Protected Sub New ()

適用対象

BodyType(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

BodyType(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

BodyType(String)

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

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

パラメーター

outerXml
String

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

適用対象