Share via


ByColor Constructors

Definition

Overloads

ByColor()

Initializes a new instance of the ByColor class.

ByColor(OpenXmlElement[])

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

ByColor(IEnumerable<OpenXmlElement>)

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

ByColor(String)

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

ByColor()

Initializes a new instance of the ByColor class.

public ByColor ();
Public Sub New ()

Applies to

ByColor(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ByColor(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ByColor(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to