SolidFill Constructors

Definition

Overloads

SolidFill()

Initializes a new instance of the SolidFill class.

SolidFill(OpenXmlElement[])

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

SolidFill(IEnumerable<OpenXmlElement>)

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

SolidFill(String)

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

SolidFill()

Initializes a new instance of the SolidFill class.

public SolidFill ();
Public Sub New ()

Applies to

SolidFill(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SolidFill(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SolidFill(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to