Aracılığıyla paylaş


ExtraColorSchemeList Constructors

Definition

Overloads

ExtraColorSchemeList()

Initializes a new instance of the ExtraColorSchemeList class.

ExtraColorSchemeList(OpenXmlElement[])

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

ExtraColorSchemeList(IEnumerable<OpenXmlElement>)

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

ExtraColorSchemeList(String)

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

ExtraColorSchemeList()

Initializes a new instance of the ExtraColorSchemeList class.

public ExtraColorSchemeList ();
Public Sub New ()

Applies to

ExtraColorSchemeList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ExtraColorSchemeList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ExtraColorSchemeList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to