Glow 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
Glow() |
Initializes a new instance of the Glow class. |
Glow(OpenXmlElement[]) |
Initializes a new instance of the Glow class with the specified child elements. |
Glow(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the Glow class with the specified child elements. |
Glow(String) |
Initializes a new instance of the Glow class from outer XML. |
Glow()
Initializes a new instance of the Glow class.
public Glow ();
Public Sub New ()
Applies to
Glow(OpenXmlElement[])
Initializes a new instance of the Glow class with the specified child elements.
public Glow (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Glow : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Glow
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
Glow(IEnumerable<OpenXmlElement>)
Initializes a new instance of the Glow class with the specified child elements.
public Glow (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Glow : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Glow
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
Glow(String)
Initializes a new instance of the Glow class from outer XML.
public Glow (string outerXml);
new DocumentFormat.OpenXml.Drawing.Glow : string -> DocumentFormat.OpenXml.Drawing.Glow
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.