Share via


TableBackground Constructors

Definition

Overloads

TableBackground()

Initializes a new instance of the TableBackground class.

TableBackground(OpenXmlElement[])

Initializes a new instance of the TableBackground class with the specified child elements.

TableBackground(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TableBackground class with the specified child elements.

TableBackground(String)

Initializes a new instance of the TableBackground class from outer XML.

TableBackground()

Initializes a new instance of the TableBackground class.

public TableBackground ();
Public Sub New ()

Applies to

TableBackground(OpenXmlElement[])

Initializes a new instance of the TableBackground class with the specified child elements.

public TableBackground (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Drawing.TableBackground : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Drawing.TableBackground
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

TableBackground(IEnumerable<OpenXmlElement>)

Initializes a new instance of the TableBackground class with the specified child elements.

public TableBackground (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Drawing.TableBackground : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Drawing.TableBackground
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

TableBackground(String)

Initializes a new instance of the TableBackground class from outer XML.

public TableBackground (string outerXml);
new DocumentFormat.OpenXml.Drawing.TableBackground : string -> DocumentFormat.OpenXml.Drawing.TableBackground
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to