共用方式為


EffectStyleList Constructors

Definition

Overloads

EffectStyleList()

Initializes a new instance of the EffectStyleList class.

EffectStyleList(OpenXmlElement[])

Initializes a new instance of the EffectStyleList class with the specified child elements.

EffectStyleList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the EffectStyleList class with the specified child elements.

EffectStyleList(String)

Initializes a new instance of the EffectStyleList class from outer XML.

EffectStyleList()

Initializes a new instance of the EffectStyleList class.

public EffectStyleList ();
Public Sub New ()

Applies to

EffectStyleList(OpenXmlElement[])

Initializes a new instance of the EffectStyleList class with the specified child elements.

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())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

EffectStyleList(IEnumerable<OpenXmlElement>)

Initializes a new instance of the EffectStyleList class with the specified child elements.

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))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

EffectStyleList(String)

Initializes a new instance of the EffectStyleList class from outer XML.

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to