ColorReplacement Constructors

Definition

Overloads

ColorReplacement()

Initializes a new instance of the ColorReplacement class.

ColorReplacement(OpenXmlElement[])

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

ColorReplacement(IEnumerable<OpenXmlElement>)

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

ColorReplacement(String)

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

ColorReplacement()

Initializes a new instance of the ColorReplacement class.

public ColorReplacement ();
Public Sub New ()

Applies to

ColorReplacement(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ColorReplacement(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ColorReplacement(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to