ColorScheme 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
ColorScheme() |
Initializes a new instance of the ColorScheme class. |
ColorScheme(OpenXmlElement[]) |
Initializes a new instance of the ColorScheme class with the specified child elements. |
ColorScheme(IEnumerable<OpenXmlElement>) |
Initializes a new instance of the ColorScheme class with the specified child elements. |
ColorScheme(String) |
Initializes a new instance of the ColorScheme class from outer XML. |
ColorScheme()
Initializes a new instance of the ColorScheme class.
public ColorScheme ();
Public Sub New ()
Applies to
ColorScheme(OpenXmlElement[])
Initializes a new instance of the ColorScheme class with the specified child elements.
public ColorScheme (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.ColorScheme : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.ColorScheme
Public Sub New (ParamArray childElements As OpenXmlElement())
Parameters
- childElements
- OpenXmlElement[]
Specifies the child elements.
Applies to
ColorScheme(IEnumerable<OpenXmlElement>)
Initializes a new instance of the ColorScheme class with the specified child elements.
public ColorScheme (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.ColorScheme : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.ColorScheme
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
Parameters
- childElements
- IEnumerable<OpenXmlElement>
Specifies the child elements.
Applies to
ColorScheme(String)
Initializes a new instance of the ColorScheme class from outer XML.
public ColorScheme (string outerXml);
new DocumentFormat.OpenXml.Drawing.ColorScheme : string -> DocumentFormat.OpenXml.Drawing.ColorScheme
Public Sub New (outerXml As String)
Parameters
- outerXml
- String
Specifies the outer XML of the element.