共用方式為


ColorData Constructors

Definition

Overloads

ColorData()

Initializes a new instance of the ColorData class.

ColorData(OpenXmlElement[])

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

ColorData(IEnumerable<OpenXmlElement>)

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

ColorData(String)

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

ColorData()

Initializes a new instance of the ColorData class.

public ColorData ();
Public Sub New ()

Applies to

ColorData(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ColorData(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ColorData(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to