共用方式為


ForegroundColor Constructors

Definition

Overloads

ForegroundColor()

Initializes a new instance of the ForegroundColor class.

ForegroundColor(OpenXmlElement[])

Initializes a new instance of the ForegroundColor class with the specified child elements.

ForegroundColor(IEnumerable<OpenXmlElement>)

Initializes a new instance of the ForegroundColor class with the specified child elements.

ForegroundColor(String)

Initializes a new instance of the ForegroundColor class from outer XML.

ForegroundColor()

Initializes a new instance of the ForegroundColor class.

public ForegroundColor ();
Public Sub New ()

Applies to

ForegroundColor(OpenXmlElement[])

Initializes a new instance of the ForegroundColor class with the specified child elements.

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())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ForegroundColor(IEnumerable<OpenXmlElement>)

Initializes a new instance of the ForegroundColor class with the specified child elements.

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))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ForegroundColor(String)

Initializes a new instance of the ForegroundColor class from outer XML.

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to