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