Share via


Light1Color Constructors

Definition

Overloads

Light1Color()

Initializes a new instance of the Light1Color class.

Light1Color(OpenXmlElement[])

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

Light1Color(IEnumerable<OpenXmlElement>)

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

Light1Color(String)

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

Light1Color()

Initializes a new instance of the Light1Color class.

public Light1Color ();
Public Sub New ()

Applies to

Light1Color(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Light1Color(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Light1Color(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to