Aracılığıyla paylaş


EffectStyle Constructors

Definition

Overloads

EffectStyle()

Initializes a new instance of the EffectStyle class.

EffectStyle(OpenXmlElement[])

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

EffectStyle(IEnumerable<OpenXmlElement>)

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

EffectStyle(String)

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

EffectStyle()

Initializes a new instance of the EffectStyle class.

public EffectStyle ();
Public Sub New ()

Applies to

EffectStyle(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

EffectStyle(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

EffectStyle(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to