次の方法で共有


EffectStyleList コンストラクター

定義

オーバーロード

EffectStyleList()

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

EffectStyleList(OpenXmlElement[])

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

EffectStyleList(IEnumerable<OpenXmlElement>)

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

EffectStyleList(String)

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

EffectStyleList()

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

public EffectStyleList ();
Public Sub New ()

適用対象

EffectStyleList(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

EffectStyleList(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

EffectStyleList(String)

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

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

パラメーター

outerXml
String

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

適用対象