EffectDag Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EffectDag() |
Initializes a new instance of the EffectDag class. |
EffectDag(OpenXmlElement[]) |
Initializes a new instance of the EffectDag class with the specified child elements. |
EffectDag(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the EffectDag class with the specified child elements. |
EffectDag(String) |
Initializes a new instance of the EffectDag class from outer XML. |
EffectDag()
Initializes a new instance of the EffectDag class.
public EffectDag ();
Public Sub New ()
Applies to
EffectDag(OpenXmlElement[])
Initializes a new instance of the EffectDag class with the specified child elements.
public EffectDag (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.EffectDag : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.EffectDag
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
EffectDag(IEnumerable<OpenXmlElement>)
Initializes a new instance of the EffectDag class with the specified child elements.
public EffectDag (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.EffectDag : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.EffectDag
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
EffectDag(String)
Initializes a new instance of the EffectDag class from outer XML.
public EffectDag (string outerXml);
new DocumentFormat.OpenXml.Drawing.EffectDag : string -> DocumentFormat.OpenXml.Drawing.EffectDag
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.