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