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