次の方法で共有


ColorsDefinition コンストラクター

定義

オーバーロード

ColorsDefinition()

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

ColorsDefinition(OpenXmlElement[])

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

ColorsDefinition(IEnumerable<OpenXmlElement>)

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

ColorsDefinition(String)

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

ColorsDefinition()

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

public ColorsDefinition ();
Public Sub New ()

適用対象

ColorsDefinition(OpenXmlElement[])

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

public ColorsDefinition (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

ColorsDefinition(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

ColorsDefinition(String)

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

public ColorsDefinition (string outerXml);
new DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition : string -> DocumentFormat.OpenXml.Drawing.Diagrams.ColorsDefinition
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象