Share via


EffectReference Constructors

Definition

Overloads

EffectReference()

Initializes a new instance of the EffectReference class.

EffectReference(OpenXmlElement[])

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

EffectReference(IEnumerable<OpenXmlElement>)

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

EffectReference(String)

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

EffectReference()

Initializes a new instance of the EffectReference class.

public EffectReference ();
Public Sub New ()

Applies to

EffectReference(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

EffectReference(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

EffectReference(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to