Aracılığıyla paylaş


ColorMapOverride Constructors

Definition

Overloads

ColorMapOverride()

Initializes a new instance of the ColorMapOverride class.

ColorMapOverride(OpenXmlElement[])

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

ColorMapOverride(IEnumerable<OpenXmlElement>)

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

ColorMapOverride(String)

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

ColorMapOverride()

Initializes a new instance of the ColorMapOverride class.

public ColorMapOverride ();
Public Sub New ()

Applies to

ColorMapOverride(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

ColorMapOverride(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

ColorMapOverride(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to