共用方式為


CustomColorList Constructors

Definition

Overloads

CustomColorList()

Initializes a new instance of the CustomColorList class.

CustomColorList(OpenXmlElement[])

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

CustomColorList(IEnumerable<OpenXmlElement>)

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

CustomColorList(String)

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

CustomColorList()

Initializes a new instance of the CustomColorList class.

public CustomColorList ();
Public Sub New ()

Applies to

CustomColorList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

CustomColorList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

CustomColorList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to