BlipFill Constructors

Definition

Overloads

BlipFill()

Initializes a new instance of the BlipFill class.

BlipFill(OpenXmlElement[])

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

BlipFill(IEnumerable<OpenXmlElement>)

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

BlipFill(String)

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

BlipFill()

Initializes a new instance of the BlipFill class.

public BlipFill ();
Public Sub New ()

Applies to

BlipFill(OpenXmlElement[])

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

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

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

BlipFill(IEnumerable<OpenXmlElement>)

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

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

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

BlipFill(String)

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

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

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to