共用方式為


EffectContainerType Constructors

Definition

Overloads

EffectContainerType()

Initializes a new instance of the EffectContainerType class.

EffectContainerType(OpenXmlElement[])

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

EffectContainerType(IEnumerable<OpenXmlElement>)

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

EffectContainerType(String)

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

EffectContainerType()

Initializes a new instance of the EffectContainerType class.

protected EffectContainerType ();
Protected Sub New ()

Applies to

EffectContainerType(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

EffectContainerType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

EffectContainerType(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to