次の方法で共有


EffectContainerType コンストラクター

定義

オーバーロード

EffectContainerType()

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

EffectContainerType(OpenXmlElement[])

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

EffectContainerType(IEnumerable<OpenXmlElement>)

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

EffectContainerType(String)

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

EffectContainerType()

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

protected EffectContainerType ();
Protected Sub New ()

適用対象

EffectContainerType(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

EffectContainerType(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

EffectContainerType(String)

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

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

パラメーター

outerXml
String

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

適用対象