共用方式為


ColorMappingType Constructors

Definition

Overloads

ColorMappingType()

Initializes a new instance of the ColorMappingType class.

ColorMappingType(OpenXmlElement[])

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

ColorMappingType(IEnumerable<OpenXmlElement>)

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

ColorMappingType(String)

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

ColorMappingType()

Initializes a new instance of the ColorMappingType class.

protected ColorMappingType ();
Protected Sub New ()

Applies to

ColorMappingType(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ColorMappingType(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ColorMappingType(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to