Aracılığıyla paylaş


Dark1Color Constructors

Definition

Overloads

Dark1Color()

Initializes a new instance of the Dark1Color class.

Dark1Color(OpenXmlElement[])

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

Dark1Color(IEnumerable<OpenXmlElement>)

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

Dark1Color(String)

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

Dark1Color()

Initializes a new instance of the Dark1Color class.

public Dark1Color ();
Public Sub New ()

Applies to

Dark1Color(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Dark1Color(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Dark1Color(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to