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