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 を指定します。

適用対象