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