ColorType コンストラクター

定義

オーバーロード

ColorType()

ColorType クラスの新しいインスタンスを初期化します。

ColorType(OpenXmlElement[])

指定した子要素を使用して、ColorType クラスの新しいインスタンスを初期化します。

ColorType(IEnumerable<OpenXmlElement>)

指定した子要素を使用して、ColorType クラスの新しいインスタンスを初期化します。

ColorType(String)

外部 XML から ColorType クラスの新しいインスタンスを初期化します。

ColorType()

ColorType クラスの新しいインスタンスを初期化します。

protected ColorType ();
Protected Sub New ()

適用対象

ColorType(OpenXmlElement[])

指定した子要素を使用して、ColorType クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

ColorType(IEnumerable<OpenXmlElement>)

指定した子要素を使用して、ColorType クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

ColorType(String)

外部 XML から ColorType クラスの新しいインスタンスを初期化します。

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

パラメーター

outerXml
String

要素の外部 XML を指定します。

適用対象