次の方法で共有


ColorsType コンストラクター

定義

オーバーロード

ColorsType()

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

ColorsType(OpenXmlElement[])

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

ColorsType(IEnumerable<OpenXmlElement>)

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

ColorsType(String)

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

ColorsType()

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

protected ColorsType ();
Protected Sub New ()

適用対象

ColorsType(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

ColorsType(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

ColorsType(String)

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

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

パラメーター

outerXml
String

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

適用対象