Share via


ColorFrom Constructors

Definition

Overloads

ColorFrom()

Initializes a new instance of the ColorFrom class.

ColorFrom(OpenXmlElement[])

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

ColorFrom(IEnumerable<OpenXmlElement>)

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

ColorFrom(String)

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

ColorFrom()

Initializes a new instance of the ColorFrom class.

public ColorFrom ();
Public Sub New ()

Applies to

ColorFrom(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ColorFrom(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ColorFrom(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to