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