ExtraColorScheme Constructors

Definition

Overloads

ExtraColorScheme()

Initializes a new instance of the ExtraColorScheme class.

ExtraColorScheme(OpenXmlElement[])

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

ExtraColorScheme(IEnumerable<OpenXmlElement>)

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

ExtraColorScheme(String)

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

ExtraColorScheme()

Initializes a new instance of the ExtraColorScheme class.

public ExtraColorScheme ();
Public Sub New ()

Applies to

ExtraColorScheme(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ExtraColorScheme(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ExtraColorScheme(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to