共用方式為


ColorType Constructors

Definition

Overloads

ColorType()

Initializes a new instance of the ColorType class.

ColorType(OpenXmlElement[])

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

ColorType(IEnumerable<OpenXmlElement>)

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

ColorType(String)

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

ColorType()

Initializes a new instance of the ColorType class.

protected ColorType ();
Protected Sub New ()

Applies to

ColorType(OpenXmlElement[])

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

protected ColorType (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.ColorType : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.ColorType
Protected Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ColorType(IEnumerable<OpenXmlElement>)

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

protected ColorType (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.ColorType : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.ColorType
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ColorType(String)

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

protected ColorType (string outerXml);
new DocumentFormat.OpenXml.Drawing.ColorType : string -> DocumentFormat.OpenXml.Drawing.ColorType
Protected Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to