次の方法で共有


ByColor コンストラクター

定義

オーバーロード

ByColor()

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

ByColor(OpenXmlElement[])

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

ByColor(IEnumerable<OpenXmlElement>)

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

ByColor(String)

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

ByColor()

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

public ByColor ();
Public Sub New ()

適用対象

ByColor(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

ByColor(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

ByColor(String)

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

public ByColor (string outerXml);
new DocumentFormat.OpenXml.Presentation.ByColor : string -> DocumentFormat.OpenXml.Presentation.ByColor
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象