Share via


EffectPropertiesType Constructors

Definition

Overloads

EffectPropertiesType()

Initializes a new instance of the EffectPropertiesType class.

EffectPropertiesType(OpenXmlElement[])

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

EffectPropertiesType(IEnumerable<OpenXmlElement>)

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

EffectPropertiesType(String)

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

EffectPropertiesType()

Initializes a new instance of the EffectPropertiesType class.

public EffectPropertiesType ();
Public Sub New ()

Applies to

EffectPropertiesType(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

EffectPropertiesType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

EffectPropertiesType(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to