Share via


StyleColor Constructors

Definition

Overloads

StyleColor()

Initializes a new instance of the StyleColor class.

StyleColor(OpenXmlElement[])

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

StyleColor(IEnumerable<OpenXmlElement>)

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

StyleColor(String)

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

StyleColor()

Initializes a new instance of the StyleColor class.

public StyleColor ();
Public Sub New ()

Applies to

StyleColor(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

StyleColor(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

StyleColor(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to