ColorChange Constructors

Definition

Overloads

ColorChange()

Initializes a new instance of the ColorChange class.

ColorChange(OpenXmlElement[])

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

ColorChange(IEnumerable<OpenXmlElement>)

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

ColorChange(String)

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

ColorChange()

Initializes a new instance of the ColorChange class.

public ColorChange ();
Public Sub New ()

Applies to

ColorChange(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ColorChange(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ColorChange(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to