ForegroundColor コンストラクター

定義

オーバーロード

ForegroundColor()

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

ForegroundColor(OpenXmlElement[])

指定された子要素の前景色のクラスの新しいインスタンスを初期化します。

ForegroundColor(IEnumerable<OpenXmlElement>)

指定された子要素の前景色のクラスの新しいインスタンスを初期化します。

ForegroundColor(String)

外側の XML から前景色のクラスの新しいインスタンスを初期化します。

ForegroundColor()

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

public ForegroundColor ();
Public Sub New ()

適用対象

ForegroundColor(OpenXmlElement[])

指定された子要素の前景色のクラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

ForegroundColor(IEnumerable<OpenXmlElement>)

指定された子要素の前景色のクラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

ForegroundColor(String)

外側の XML から前景色のクラスの新しいインスタンスを初期化します。

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

パラメーター

outerXml
String

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

適用対象