Color2Type 构造函数

定义

重载

Color2Type()

初始化 Color2Type 类的新实例。

Color2Type(OpenXmlElement[])

使用指定的子元素初始化 Color2Type 类的新实例。

Color2Type(IEnumerable<OpenXmlElement>)

使用指定的子元素初始化 Color2Type 类的新实例。

Color2Type(String)

从外部 XML 初始化 Color2Type 类的新实例。

Color2Type()

初始化 Color2Type 类的新实例。

protected Color2Type ();
Protected Sub New ()

适用于

Color2Type(OpenXmlElement[])

使用指定的子元素初始化 Color2Type 类的新实例。

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())

参数

childElements
OpenXmlElement[]

指定子元素。

适用于

Color2Type(IEnumerable<OpenXmlElement>)

使用指定的子元素初始化 Color2Type 类的新实例。

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))

参数

childElements
IEnumerable<OpenXmlElement>

指定子元素。

适用于

Color2Type(String)

从外部 XML 初始化 Color2Type 类的新实例。

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

参数

outerXml
String

指定 元素的外部 XML。

适用于