ColorMapOverride Constructors  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.ColorMapOverridePublic 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.ColorMapOverridePublic 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.ColorMapOverridePublic Sub New (outerXml As String)Parameters
- outerXml
- String
Specifies the outer XML of the element.