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