Share via


FromColor Constructors

Definition

Overloads

FromColor()

Initializes a new instance of the FromColor class.

FromColor(OpenXmlElement[])

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

FromColor(IEnumerable<OpenXmlElement>)

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

FromColor(String)

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

FromColor()

Initializes a new instance of the FromColor class.

public FromColor ();
Public Sub New ()

Applies to

FromColor(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

FromColor(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

FromColor(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to