次の方法で共有


EffectStyle コンストラクター

定義

オーバーロード

EffectStyle()

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

EffectStyle(OpenXmlElement[])

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

EffectStyle(IEnumerable<OpenXmlElement>)

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

EffectStyle(String)

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

EffectStyle()

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

public EffectStyle ();
Public Sub New ()

適用対象

EffectStyle(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

EffectStyle(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

EffectStyle(String)

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

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

パラメーター

outerXml
String

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

適用対象