BackgroundFillStyleList Constructors

Definition

Overloads

BackgroundFillStyleList()

Initializes a new instance of the BackgroundFillStyleList class.

BackgroundFillStyleList(OpenXmlElement[])

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

BackgroundFillStyleList(IEnumerable<OpenXmlElement>)

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

BackgroundFillStyleList(String)

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

BackgroundFillStyleList()

Initializes a new instance of the BackgroundFillStyleList class.

public BackgroundFillStyleList ();
Public Sub New ()

Applies to

BackgroundFillStyleList(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BackgroundFillStyleList(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BackgroundFillStyleList(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to