Share via


Color2Type Constructors

Definition

Overloads

Color2Type()

Initializes a new instance of the Color2Type class.

Color2Type(OpenXmlElement[])

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

Color2Type(IEnumerable<OpenXmlElement>)

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

Color2Type(String)

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

Color2Type()

Initializes a new instance of the Color2Type class.

protected Color2Type ();
Protected Sub New ()

Applies to

Color2Type(OpenXmlElement[])

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

protected Color2Type (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Color2Type : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Color2Type
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

Color2Type(IEnumerable<OpenXmlElement>)

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

protected Color2Type (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.Color2Type : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.Color2Type
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

Color2Type(String)

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

protected Color2Type (string outerXml);
new DocumentFormat.OpenXml.Drawing.Color2Type : string -> DocumentFormat.OpenXml.Drawing.Color2Type
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to